Sha256: 15a1bb9c6f0f4cc354ad9fcec404b1c812829071402a550e08348b6dbc8386e0
Contents?: true
Size: 1.06 KB
Versions: 4
Compression:
Stored size: 1.06 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 | 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.1.7 | features/span.feature |
druid-ts-1.1.6 | features/span.feature |
druid-ts-1.1.5 | features/span.feature |
druid-ts-1.1.4 | features/span.feature |