Add end-to-end test for creating a group issue board via the GUI
Compare changes
Files
13@@ -305,7 +305,11 @@ export default {
This MR covers one of the two scenarios described in this issue gitlab-org/quality/testcases#226 (closed)#.
Besides creating the new test, this MR also creates an issue board component that can be used by both groups and projects since they share the same elements and methods.
Finally, an existing test is updated to remove an expectation that doesn't make sense anymore due to a feature change that was causing the test to fail (!17937 (merged)).
More details in the commit messages.