Increase delay to improve test reliability
This commit is contained in:
parent
bf249af5b3
commit
e2f071869f
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class SiteTest < ApplicationSystemTestCase
|
|||
visit "#map=10/0/0"
|
||||
assert_no_selector ".tooltip"
|
||||
find(selector).hover
|
||||
sleep(0.2)
|
||||
sleep(0.5)
|
||||
assert_selector ".tooltip", :text => "Zoom in"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue