mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
fix a lot of selenium tests to pass again
This commit is contained in:
parent
df26cf6e87
commit
09f0322d45
11 changed files with 30 additions and 19 deletions
|
|
@ -51,4 +51,10 @@ module SeleniumOnRails::TestBuilderAccessors
|
|||
yield
|
||||
wait_for_context_count "${expected_context_count}"
|
||||
end
|
||||
end
|
||||
|
||||
def click_and_wait clickable
|
||||
click clickable
|
||||
wait_for_page_to_load 3000
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue