Sha256: f47f39fc220058b49d4d9ac4b3ff7d94ca6fead9f19894dd3908d756b1a5d696

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

Feature:  Interacting with progress bars

  Scenario: Getting and setting the progress by id
    Given I am looking at the progress of a seek bar
    When I set the progress indicated by "id" to "37"
    Then I should see the text "37 from touch" on the screen 
    And the retrieved progress indicated by "id" should be "37" 

  Scenario: Getting and setting the progress by index
    Given I am looking at the progress of a seek bar
    When I set the progress indicated by "index" to "11"
    Then the retrieved progress indicated by "index" should be "11" 

  Scenario: Getting and setting the secondary progress by id
    Given I am looking at the progress of a seek bar
    When I set the secondary progress indicated by "id" to "74"
    And the retrieved secondary progress indicated by "id" should be "74" 

  Scenario: Getting the progress max by id
    When I am looking at the progress of a seek bar
    Then the retrieved progress max indicated by "id" should be "100"

  Scenario: Getting the progress max by index
    When I am looking at the progress of a seek bar
    Then the retrieved progress max indicated by "index" should be "100"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gametel-0.5.2 features/progress.feature
gametel-0.5.1 features/progress.feature