Sha256: 3e9bbff2af519c47745dbe90d873ae5a57e9e616c9f0cb647fa786ac23dd7ba7
Contents?: true
Size: 1.07 KB
Versions: 4
Compression:
Stored size: 1.07 KB
Contents
Feature: Span Background: Given I am on the static elements page Scenario: Getting the text from a span When I get the text from the span Then the text should be "My alert" @name Scenario Outline: Locating spans on the page When I locate the span by "<locate_by>" Then the text should be "My alert" Examples: | locate_by | | id | | class | | xpath | | index | | name | | text | | title | | css | Scenario: Retrieve a Span When I retrieve a span element Then I should know it exists And I should know it is visible @multi Scenario Outline: Locating span using multiple parameters When I search for the span by "<param1>" and "<param2>" Then the text should be "My alert" Examples: | param1 | param2 | | class | index | | name | index | @locator Scenario: Finding a span dynamically When I get the text from a span while the script is executing Then I should see that the span exists And the text should be "My alert"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
druid-ts-1.2.2 | features/span.feature |
druid-ts-1.2.1 | features/span.feature |
druid-ts-1.2.0 | features/span.feature |
druid-ts-1.1.8 | features/span.feature |