Sha256: 4fc256e11829d1039b6e6dcf617c929fd024939944d45cb71a4d4b5dd2d0b389
Contents?: true
Size: 1.05 KB
Versions: 16
Compression:
Stored size: 1.05 KB
Contents
Feature: Interacting with the elements on the main screen Scenario: Identifying the list items on the main screen Then I should see the "Accessibility" list item And I should see the "App" list item And I should see the "Content" list item Scenario: Navigating using the items in the list and the back button When I press the "first" list item And I press the Back button Then I should see the "App" list item And I should see the "Content" list item Scenario: Scrolling down and up When I scroll down to the bottom of the screen Then I should see the "Views" list item When I scroll up to the top of the screen Then I should see the "Accessibility" list item Scenario: Pressing the enter key When I hit the enter key Then I should see the "Accessibility Service" list item Scenario: Navigating back to a particular activity and knowing where we are at Given I'm on the buttons screen When I go choose to go back to the "ApiDemos" activity Then I should currently be on the "ApiDemos" activity
Version data entries
16 entries across 16 versions & 1 rubygems