Sha256: 7f88009237237d11fe6b195fa6aab3f03b285596470903e1d268b76f1cbdafeb
Contents?: true
Size: 958 Bytes
Versions: 4
Compression:
Stored size: 958 Bytes
Contents
Feature: Links In order to interact with links Testers will need access and interrogation ability Background: Given I am on the static elements page Scenario: Selecting a link When I select the link labeled "Google Search" Then the page should contain the text "Success" Scenario Outline: Locating links on the Page When I search for the link by "<search_by>" Then I should be able to select the link Scenarios: | search_by | | id | | class | | name | | xpath | | link | | link_text | | text | @watir_only Scenario Outline: Locating links on Watir only When I search for the link by "<search_by>" Then I should be able to select the link Scenarios: | search_by | | href | | index | Scenario: Retrieve a Link When I retrieve a link element Then I should know it exists And I should know it is visible
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
page-object-0.0.5 | features/link.feature |
page-object-0.0.4 | features/link.feature |
page-object-0.0.3 | features/link.feature |
page-object-0.0.2 | features/link.feature |