Sha256: bc4afbae8abc169d39ca5f9f77c9c913a43d56010adb1befa20515010fcc95ed
Contents?: true
Size: 1.17 KB
Versions: 16
Compression:
Stored size: 1.17 KB
Contents
Feature: Unordered list Background: Given I am on the static elements page Scenario: Getting the first element from the unordered list When I get the first item from the unordered list Then the list items text should be "Item One" Scenario Outline: Locating unordered lists on the page When I search for the unordered list by "<search_by>" And I get the first item from the list Then the list items text should be "Item One" And the list should contain 3 items And each item should contain "Item" Scenarios: | search_by | | id | | class | | xpath | | index | | name | Scenario Outline: Locating unordered lists using multiple parameters When I search for the unordered list by "<param1>" and "<param2>" And I get the first item from the list Then the list items text should be "Item One" Scenarios: | param1 | param2 | | class | index | | name | index | Scenario: Finding a unordered list dynamically When I search for the unordered list while the script is executing And I get the first item from the list Then the list items text should be "Item One"
Version data entries
16 entries across 16 versions & 1 rubygems