Sha256: 01b6ea62fa742e466d94ec84faa0f7560eebcd059e09fb3463e6b80e66a6fed2

Contents?: true

Size: 502 Bytes

Versions: 12

Compression:

Stored size: 502 Bytes

Contents

Feature: Bold

  Background:
    Given I am on the static elements page

  Scenario: Getting the text of headings
    When I get the bold text for the "b" element
    Then I should see "some text in bold" in bold

  Scenario Outline: Locating b on the Page
    When I search bold text for the b by "<search_by>"
    Then I should see "some text in bold" in bold

  Scenarios:
    | search_by |
    | id        |
    | class     |
    | name      |
    | xpath     |
    | index     |
    | css       |

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
page-object-1.2.0 features/bold.feature
page-object-1.1.1 features/bold.feature
page_object-1.1.3 features/bold.feature
page_object-1.1.2 features/bold.feature
page_object-1.1.1 features/bold.feature
page-object-1.1.0 features/bold.feature
page-object-lds-0.0.14 features/bold.feature
page-object-lds-0.0.13 features/bold.feature
page-object-lds-0.0.12 features/bold.feature
page-object-lds-0.0.11 features/bold.feature
page-object-lds-0.0.1 features/bold.feature
page-object-1.0.3 features/bold.feature