Sha256: 045b47afba5a28897619a7b08353e7e981330505a762ebc1c2c8fcda1b4b3fcd

Contents?: true

Size: 485 Bytes

Versions: 5

Compression:

Stored size: 485 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

  Examples:
  | search_by |
  | id        |
  | class     |
  | xpath     |
  | index     |
  | css       |

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
druid-s-1.0.0 features/italic.feature
druid-ts-1.2.6 features/italic.feature
druid-ts-1.2.5 features/italic.feature
druid-ts-1.2.4 features/italic.feature
druid-ts-1.2.3 features/italic.feature