mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed tests (closes #4087) [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3774 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
5f724b516c
commit
2d491bddf7
1 changed files with 6 additions and 0 deletions
6
actionpack/test/fixtures/test/enum_rjs_test.rjs
vendored
Normal file
6
actionpack/test/fixtures/test/enum_rjs_test.rjs
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
page.select('.product').each do |value|
|
||||
page.visual_effect :highlight
|
||||
page.visual_effect :highlight, value
|
||||
page.sortable(value, :url => { :action => "order" })
|
||||
page.draggable(value)
|
||||
end
|
Loading…
Reference in a new issue