summaryrefslogtreecommitdiff
path: root/qa/qa/page/component/wiki.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/component/wiki.rb')
-rw-r--r--qa/qa/page/component/wiki.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/component/wiki.rb b/qa/qa/page/component/wiki.rb
index ffd31f8d7b7..ed68052f997 100644
--- a/qa/qa/page/component/wiki.rb
+++ b/qa/qa/page/component/wiki.rb
@@ -38,7 +38,7 @@ module QA
# webdriver to miss the hit so we wait for the svg to load before
# clicking the button.
within_element(:svg_content) do
- has_element?(:js_lazy_loaded)
+ has_element?(:js_lazy_loaded_content)
end
click_element(:create_first_page_link)