Sha256: a19e3df234c4bf76456598b34a89ba0377fb862de43db89e3d9acf83ba394297
Contents?: true
Size: 447 Bytes
Versions: 2
Compression:
Stored size: 447 Bytes
Contents
When(/^I am on the action bar usage screen$/) do navigate_to(ActionBar, :using => :action_bar).action_bar_usage end Then(/^I can select the menu item by id$/) do on(ActionBarUsage) do |screen| screen.menu_by_id screen.should have_text('Selected Item: Edit') end end Then(/^I can select the menu item by text$/) do on(ActionBarUsage) do |screen| screen.menu_by_text screen.should have_text('Selected Item: Add') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gametel-0.8 | features/step_definitions/menu_steps.rb |
gametel-0.7 | features/step_definitions/menu_steps.rb |