Sha256: 9b05109ca15f8413bf99badf8b04cfc015a5587279886947ae5fa9aef2dbda36

Contents?: true

Size: 799 Bytes

Versions: 7

Compression:

Stored size: 799 Bytes

Contents

Feature:  Working with tab controls

  Background:
    Given we are looking at the about screen

  Scenario: Getting the currently selected tab
    Then we know that the currently selected tab is "Info"

  Scenario: Getting the available tabs
    Then we know that the available tabs are "Info, Other Info"

  Scenario: Selecting tabs by index
    When we select the tab at index "1"
    Then we know that the currently selected tab is "Other Info"

  Scenario: Selecting tabs by their values
    When we select the tab with the text "Other Info"
    Then we know that the currently selected tab is "Other Info"

  Scenario: Selecting tabs by a regex
    When we select the tab with the regex "[Oo]ther?\sInfo$"
    Then we know that the currently selected tab is "Other Info"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mohawk-0.2.1 features/tabs.feature
mohawk-0.2 features/tabs.feature
mohawk-0.1.4 features/tabs.feature
mohawk-0.1.0 features/tabs.feature
mohawk-0.0.9 features/tabs.feature
mohawk-0.0.8 features/tabs.feature
mohawk-0.0.7 features/tabs.feature