Sha256: f3daeafb281a0979011d1e11a26160daedf1b3990b591e1cbcfcd850b236c9a6

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 KB

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 This filefield element should exist

  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     |
    | label     |
    | css       |

  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   |

  @locator
  Scenario: Finding a file field dynamically
    When I locate a file field while the script is executing
    Then I should see that the file field element exists
    And The file field should exist

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
druid-s-1.0.0 features/file_field.feature
druid-ts-1.2.6 features/file_field.feature
druid-ts-1.2.5 features/file_field.feature
druid-ts-1.2.4 features/file_field.feature
druid-ts-1.2.3 features/file_field.feature
druid-ts-1.2.2 features/file_field.feature
druid-ts-1.2.1 features/file_field.feature
druid-ts-1.2.0 features/file_field.feature
druid-ts-1.1.8 features/file_field.feature