summaryrefslogtreecommitdiff
path: root/app/views/shared/empty_states/_wikis_layout.html.haml
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-01-29 15:56:34 -0500
committerMark Lapierre <mlapierre@gitlab.com>2019-01-29 16:18:04 -0500
commit38fcb11f97d02af83cdc5d245e78a3f0d1b146f5 (patch)
treedd60f30771b8dbc2c846468dd5604f7d701cd634 /app/views/shared/empty_states/_wikis_layout.html.haml
parentfda30abdb2a88f360b20f99f3cefe0850d4e9f18 (diff)
downloadgitlab-ce-38fcb11f97d02af83cdc5d245e78a3f0d1b146f5.tar.gz
Fix flaky wiki create test
There's an svg on the page that allows you to create a wiki page. The svg takes a fraction of a second to load after which the "Create your first page" button shifts up a bit. This can cause webdriver to miss the hit so we wait for the svg to load before clicking the button. Also update the elements used in the test to conform to our best practice. And replace `act` with `perform` Finally, remove the `before` block and `login` method, making the code slightly simpler.
Diffstat (limited to 'app/views/shared/empty_states/_wikis_layout.html.haml')
-rw-r--r--app/views/shared/empty_states/_wikis_layout.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/empty_states/_wikis_layout.html.haml b/app/views/shared/empty_states/_wikis_layout.html.haml
index a5f100e3469..d44017299b8 100644
--- a/app/views/shared/empty_states/_wikis_layout.html.haml
+++ b/app/views/shared/empty_states/_wikis_layout.html.haml
@@ -1,6 +1,6 @@
.row.empty-state
.col-12
- .svg-content
+ .svg-content.qa-svg-content
= image_tag image_path
.col-12
.text-content.text-center