Skip to content

Fixes "New label" button hit miss

What does this MR do?

The 'labels.svg' takes a fraction of a second to load after which the "New label" button shifts up a bit as seen in this video This can cause webdriver to miss the hit. With this MR, we wait for the svg to load (implicitly with has_css?) before clicking the button.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/quality/nightly/issues/59

Does this MR meet the acceptance criteria?

Closes https://gitlab.com/gitlab-org/quality/nightly/issues/59

Edited by Sanad Liaquat

Merge request reports