mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-07 17:58:50 +01:00
Fixed a bunch of tests
This commit is contained in:
parent
d9108abe92
commit
e32b23c615
7 changed files with 22 additions and 9 deletions
|
|
@ -2,9 +2,12 @@ setup :fixtures => :all
|
|||
login :as => 'admin'
|
||||
open "/projects/2"
|
||||
|
||||
click 'css=.project_settings a'
|
||||
wait_for_visible "project[default_context_name]"
|
||||
|
||||
# change default context
|
||||
type "project[default_context_name]", "errand"
|
||||
click "commit"
|
||||
click "css=.positive"
|
||||
|
||||
wait_for_visible "flash"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue