Sha256: 01b6ea62fa742e466d94ec84faa0f7560eebcd059e09fb3463e6b80e66a6fed2
Contents?: true
Size: 502 Bytes
Versions: 12
Compression:
Stored size: 502 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 Scenarios: | search_by | | id | | class | | name | | xpath | | index | | css |
Version data entries
12 entries across 12 versions & 3 rubygems