Sha256: 5434e2be7ee0e024798ad904f907c9fc222e3646ce391dd8087740766d8724cc

Contents?: true

Size: 320 Bytes

Versions: 4

Compression:

Stored size: 320 Bytes

Contents

@test_page = "/oo/testnode37.html?test=form1"
open @test_page
type "paginate1_tbl_title", "Hello World!"
# submit
click_and_wait 'css=input[type=submit]'
# Redirected to new page
assert_not_location "http://test.host:3000#{@test_page}"
# Parameter on [form] properly passed
verify_text "css=#title .s50", "Hello World!"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zena-1.1.3 test/selenium/Form/form1.rsel
zena-1.1.2 test/selenium/Form/form1.rsel
zena-1.1.1 test/selenium/Form/form1.rsel
zena-1.1.0 test/selenium/Form/form1.rsel