Sha256: a48b34f25dbd4f73c312d84d3d5ec27cc6dfd40214cd23295155e78a2162c191
Contents?: true
Size: 258 Bytes
Versions: 2
Compression:
Stored size: 258 Bytes
Contents
<% if level.downcase == 'jr' -%> class LoblawsHome < WatirDrops::PageObject page_url { 'https://www.loblaws.ca' } element(:search_term) { browser.text_field(id: 'search-bar')} def populate_search_field(data) fill_form(data) end end <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
automation_wizard-2.0.1 | lib/automation_wizard/generators/project/loblaws_home.rb.tt |
automation_wizard-2.0 | lib/automation_wizard/generators/project/loblaws_home.rb.tt |