Sha256: 6abf32053f6d264660348fad92819615e922047ff002b0ad91c9035bc01f6d42
Contents?: true
Size: 646 Bytes
Versions: 6
Compression:
Stored size: 646 Bytes
Contents
open '/oo/testnode37.html?test=filter3' # Should render preview_node with current values verify_text 'filter3_title', 'Kill the bugs' type 'filter31_title', 'Foobar' wait_for_element_present 'filter3_msg' verify_text 'filter3_title', 'Foobar' type 'filter31_text', '*hop*' wait_for_element_present 'css=#filter3_zazen strong' # submit click_and_wait 'css=input[type=submit]' # Redirected to same page # Parameter on [form] properly passed verify_text 'filter3_title', 'Foobar' type 'filter31_title', 'Kill the bugs' type 'filter31_text', '' click_and_wait 'css=input[type=submit]' # Reverted changes verify_text 'filter3_title', 'Kill the bugs'
Version data entries
6 entries across 6 versions & 1 rubygems