Sha256: 87d44a5bc729beb3360280fab82dfa64afedb723cb45349cc91fe17bf7b75373
Contents?: true
Size: 784 Bytes
Versions: 19
Compression:
Stored size: 784 Bytes
Contents
Feature: File Field Background: Given I am on the static elements page Scenario: Setting the value on the file field When I set the file field to the step definition file Then its' value should equal that file Scenario Outline: Locating file fields on the Page When I search for the file field by "<search_by>" Then I should be able to set the file field Examples: | search_by | | id | | class | | name | | xpath | | title | | index | Scenario Outline: Locating file fields using multiple parameters When I search for the file field by "<param1>" and "<param2>" Then I should be able to set the file field Examples: | param1 | param2 | | class | index | | name | index |
Version data entries
19 entries across 19 versions & 1 rubygems