Sha256: 85305eb8c08bbade869ef2dafd5bc6ddcbe95ff92261d9be7a251de7afac0250

Contents?: true

Size: 501 Bytes

Versions: 2

Compression:

Stored size: 501 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     |
  | name      |
  | xpath     |
  | index     |
  | css       |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
druid-ts-1.2.2 features/italic.feature
druid-ts-1.2.1 features/italic.feature