mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-23 18:50:12 +01:00
Upgrade Selenium on Rails to r140
This commit is contained in:
parent
156862200b
commit
40074c71ad
117 changed files with 16789 additions and 8867 deletions
|
|
@ -1,8 +1,8 @@
|
|||
setup
|
||||
setup :keep_session
|
||||
test.setup :fixtures => :all
|
||||
setup :fixtures => [:foo, 'bar']
|
||||
setup :clear_tables => [:foo, :bar], :fixtures => :all
|
||||
assert_absolute_location :controller => 'selenium', :action => 'setup' #urls must be tested with a controller
|
||||
assert_title view.controller.controller_name #make sure we can access the view easily
|
||||
include_partial 'partial', :source => 'RSelenese'
|
||||
setup
|
||||
setup :keep_session
|
||||
test.setup :fixtures => :all
|
||||
setup :fixtures => [:foo, 'bar']
|
||||
setup :clear_tables => [:foo, :bar], :fixtures => :all
|
||||
assert_absolute_location :controller => 'selenium', :action => 'setup' #urls must be tested with a controller
|
||||
assert_title @view.controller.controller_name #make sure we can access the view easily
|
||||
include_partial 'partial', :source => 'RSelenese'
|
||||
Loading…
Add table
Add a link
Reference in a new issue