Sha256: 404b3d264633b893cfc6c5d81e006f883b46d0007312de899f062a5c9e22ee54
Contents?: true
Size: 471 Bytes
Versions: 5
Compression:
Stored size: 471 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 | | xpath | | index | | css |
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
druid-s-1.0.0 | features/bold.feature |
druid-ts-1.2.6 | features/bold.feature |
druid-ts-1.2.5 | features/bold.feature |
druid-ts-1.2.4 | features/bold.feature |
druid-ts-1.2.3 | features/bold.feature |