summaryrefslogtreecommitdiff
path: root/qa/qa/page/label/index.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/label/index.rb')
-rw-r--r--qa/qa/page/label/index.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/label/index.rb b/qa/qa/page/label/index.rb
index de0cfa9f293..e73d40b37ac 100644
--- a/qa/qa/page/label/index.rb
+++ b/qa/qa/page/label/index.rb
@@ -18,7 +18,7 @@ module QA
element :label_svg
end
- def go_to_new_label
+ def click_new_label_button
# The 'labels.svg' takes a fraction of a second to load after which the "New label" button shifts up a bit
# This can cause webdriver to miss the hit so we wait for the svg to load (implicitly with has_element?)
# before clicking the button.