Sha256: 528a0d6c9e336f6cfbf1a0f9a132b34a9423dbe7e3f66573f772e75664d6ccfa

Contents?: true

Size: 779 Bytes

Versions: 16

Compression:

Stored size: 779 Bytes

Contents

Feature: Access elements
  As developer
  I want access elements in diferent ways

  Scenario: Write in a element textfield using 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 textfield using 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 textfield using 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 textfield using 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

16 entries across 16 versions & 1 rubygems

Version Path
cello-0.0.35 features/access_element.feature
cello-0.0.34 features/access_element.feature
cello-0.0.33 features/access_element.feature
cello-0.0.32 features/access_element.feature
cello-0.0.31 features/access_element.feature
cello-0.0.30 features/access_element.feature
cello-0.0.29 features/access_element.feature
cello-0.0.28 features/access_element.feature
cello-0.0.27 features/access_element.feature
cello-0.0.26 features/access_element.feature
cello-0.0.25 features/access_element.feature
cello-0.0.23 features/access_element.feature
cello-0.0.21 features/access_element.feature
cello-0.0.19 features/access_element.feature
cello-0.0.17 features/access_element.feature
cello-0.0.16 features/access_element.feature