Skip to content

Fix failing e2e test: qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb

Mark Lapierre requested to merge qa-ml-add-label-selector into master

What does this MR do?

On staging new projects now have existing labels, which displays a different layout causing a test to fail because an expected image is not displayed.

There is a similar image shown on the page with existing labels, so this change adds a selector so the test can successfully wait for the image to appear.

What are the relevant issue numbers?

Closes gitlab-org/quality/staging#38 (closed)

Does this MR meet the acceptance criteria?

Merge request reports