Sha256: 2638c88c7f9fc3284a2ad5482e92ed71cf67eb0da851202a2c57de73bf1775ec

Contents?: true

Size: 487 Bytes

Versions: 3

Compression:

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
druid-ts-1.2.2 features/bold.feature
druid-ts-1.2.1 features/bold.feature
druid-ts-1.2.0 features/bold.feature