mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-17 14:45:28 +01:00
fix failing selenium tests
This commit is contained in:
parent
bfb6c4ee9a
commit
29e1de8ef2
3 changed files with 6 additions and 6 deletions
|
|
@ -274,7 +274,7 @@ end
|
|||
|
||||
Then /^the project title should be "(.*)"$/ do |title|
|
||||
wait_for :timeout => 2 do
|
||||
selenium.get_text("css=h2#project_name") == title
|
||||
selenium.get_text("css=h2#project_name_container div#project_name") == title
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue