Sha256: 1513e19188270d857cc0e45e3c0ce9c9594638f90f0097ce8ca19eeab79c9508
Contents?: true
Size: 331 Bytes
Versions: 8
Compression:
Stored size: 331 Bytes
Contents
class ProductsScreen < BaseAppScreen trait(:page_name) { 'Products' } trait(:page_locator) { { accessibility_id: 'products screen' } } trait(:page_url) { 'store-overview' } def verify_page_ui super ui = { header_label => { visible: true, caption: 'Products' } } verify_ui_states(ui) end end
Version data entries
8 entries across 4 versions & 1 rubygems