Sha256: cd1ecf9647782425c9f2bdee98ae45bb89d460e4171b380644ca8610bf80769c

Contents?: true

Size: 516 Bytes

Versions: 2

Compression:

Stored size: 516 Bytes

Contents

Feature: Italic

  Background:
    Given I am on the static elements page

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

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
page-object-1.2.0 features/italic.feature
page-object-1.1.1 features/italic.feature