Sha256: e8d882de720712da3ab336be50937864a98da6a0971d133bc5cf78da8aecee74
Contents?: true
Size: 844 Bytes
Versions: 1
Compression:
Stored size: 844 Bytes
Contents
open "/oo/testnode37.html?test=drop2" assert_element_not_present 'drop221_33' # Drag & Drop set_timeout 4000 drag_and_drop_to_object "css=#drop21_33 > span.drag_handle", "drop22_29" wait_for_element_present "drop22_29_33" verify_text "drop22_29_33", "Art" # Unlink click "css=#drop22_29_33 img[alt=remove]" wait_for_element_not_present "drop22_29_33" # Drag in other target # Drag & Drop drag_and_drop_to_object "css=#drop21_33 > span.drag_handle", "drop22_21" wait_for_element_present "drop22_21_33" verify_text "drop22_21_33", "Art" # Make sure the changes are commited to db open "/oo/testnode37.html?test=drop2" # Should be drop22_21_33 but the prefix is drop23.. #assert_element_present 'drop22_21_33' assert_element_present 'drop23_21_33' # Unlink click "css=#drop23_21_33 img[alt=remove]" wait_for_element_not_present "drop23_21_33"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zena-1.1.1 | test/selenium/Drop/drop2.rsel |