mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-03 15:58:50 +01:00
fix some tests
This commit is contained in:
parent
fb39d841a7
commit
8697fd2035
4 changed files with 12 additions and 7 deletions
|
|
@ -19,8 +19,8 @@ When /^I edit the context to rename it to "([^\"]*)"$/ do |new_name|
|
|||
|
||||
selenium.click "submit_context_#{@context.id}",
|
||||
:wait_for => :text,
|
||||
:element => "flash",
|
||||
:text => "Context saved"
|
||||
:text => "Context saved",
|
||||
:timeout => 5
|
||||
|
||||
wait_for do
|
||||
selenium.is_element_present("edit_context_#{@context.id}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue