Sha256: b3520c1a4dabbdfbf7c5dfbca4c46c4f0bcc829562b042244bfaa961dab8a940
Contents?: true
Size: 684 Bytes
Versions: 2
Compression:
Stored size: 684 Bytes
Contents
open "/oo/testnode37.html?test=drop1" assert_element_not_present 'drop13_33' # Drag & Drop set_timeout 4000 drag_and_drop_to_object "css=#drop11_33 > span.drag_handle", "drop12" wait_for_element_present "drop13_33" verify_text "drop13_33", "Art" # Unlink click "css=img[alt=remove]" wait_for_element_not_present "drop13_33" # Restart # Drag & Drop drag_and_drop_to_object "css=#drop11_33 > span.drag_handle", "drop12" wait_for_element_present "drop13_33" verify_text "drop13_33", "Art" # Make sure the changes are commited to db open "/oo/testnode37.html?test=drop1" assert_element_present 'drop13_33' # Unlink click "css=img[alt=remove]" wait_for_element_not_present "drop13_33"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zena-1.1.3 | test/selenium/Drop/drop1.rsel |
zena-1.1.2 | test/selenium/Drop/drop1.rsel |