Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-02-15 23:39:45 +0300
committerMark Lapierre <mlapierre@gitlab.com>2019-02-15 23:39:45 +0300
commit18d5541cc96f7956a329082d5b172996a005a4e0 (patch)
treeeece5bba963a8f55ede4ce6d78fe2d67c20bf55f /app/views
parent813df901e81257e3175015c94022151824682e83 (diff)
Fix failing e2e labels test
On staging new projects now have existing labels, which displays a different layout causing a test to fail because an expexted 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.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/empty_states/_priority_labels.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/empty_states/_priority_labels.html.haml b/app/views/shared/empty_states/_priority_labels.html.haml
index 555cb4f4af9..bba3475d244 100644
--- a/app/views/shared/empty_states/_priority_labels.html.haml
+++ b/app/views/shared/empty_states/_priority_labels.html.haml
@@ -1,4 +1,4 @@
.text-center
- .svg-content
+ .svg-content.qa-label-svg
= image_tag 'illustrations/priority_labels.svg'
%p Star labels to start sorting by priority