Sha256: 6903f682cc39630c101c1c4d799c9c50306db9277d93fd76471b3f3c57e5d16b
Contents?: true
Size: 863 Bytes
Versions: 1
Compression:
Stored size: 863 Bytes
Contents
Feature: Text Area Background: Given I am on the static elements page Scenario: Setting and getting a value from a text area When I type "abcdefghijklmnop" into the text area Then the text area should contain "abcdefghijklmnop" Scenario Outline: Locating text area on the Page When I locate the text area by "<locate_by>" Then I should be able to type "I found it" into the area Examples: | locate_by | | id | | class | | name | | xpath | | css | | tag_name | | index | @multi Scenario Outline: Locating a text area using multiple parameters When I search for the text area by "<param1>" and "<param2>" Then I should be able to type "I found it" into the area Examples: | param1 | param2 | | class | index | | name | index |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
druid-ts-0.0.1 | features/text_area.feature |