Sha256: dd5671e16a4cd1979cfe508b99084cfb4465e4f908add3d5b09cc02251ecd868
Contents?: true
Size: 779 Bytes
Versions: 1
Compression:
Stored size: 779 Bytes
Contents
Feature: Access elements As developer I want access elements in diferent ways Scenario: Write in a element text field sing id Given I am on a page that has a textfield Then I should be able to write "Test" in a element using id Scenario: Write in a element text field sing name Given I am on a page that has a textfield Then I should be able to write "Test" in a element using name @pending Scenario: Write in a element text field sing xpath Given I am on a page that has a textfield Then I should be able to write "Test" in a element using xpath @pending Scenario: Write in a element text field sing label related Given I am on a page that has a textfield Then I should be able to write "Test" in a element using label
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cello-0.0.12 | features/access_element.feature |