Sha256: dd3b223f3dd99546f458252236ba3247de4c95eb7ba97e29f382c82cc9cbe7fe
Contents?: true
Size: 270 Bytes
Versions: 3
Compression:
Stored size: 270 Bytes
Contents
class DataEntryForm include Mohawk window(:title => /DataEntry/) table(:people, :id => "personListView") button(:add_more, :value => 'Add Many') def wait_until_present(context=nil) super wait_for_control :id => "personListView" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mohawk-1.0 | features/support/screens/data_entry_form.rb |
mohawk-0.4.4 | features/support/screens/data_entry_form.rb |
mohawk-0.4.3 | features/support/screens/data_entry_form.rb |