Commit 323fbef4 authored by Walmyr Lima's avatar Walmyr Lima

Overwrite wait value on specific page method

With the default of 10 seconds, the test was taking longer than
needed to pass, and by setting it to 0 it passes immediately.
parent 9a52d219
...@@ -127,7 +127,7 @@ module QA ...@@ -127,7 +127,7 @@ module QA
click_element(:edit_link_labels) click_element(:edit_link_labels)
labels.each do |label| labels.each do |label|
has_element?(:labels_block, text: label) has_element?(:labels_block, text: label, wait: 0)
end end
refresh refresh
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment