Sha256: 79119a5a93e9858276b85052ac88e636420571a7839cecd1cf9d45db548419ff

Contents?: true

Size: 898 Bytes

Versions: 2

Compression:

Stored size: 898 Bytes

Contents

Feature: Browser
  As a developer
  I want use a browser in different contexts

  Scenario: Get a context
    Given I have a browser with no context (blank page)
    When I ask for the context inputs
    And and I ask to visit the page
    Then I should see the page inputs

  Scenario: Fill a textfield on a context
    Given I am in the inputs context
    When I ask for fill the textfield
    Then I should see the filled textfield
    And I should be able to close the browser

  Scenario: Pass by two different contexts
    Given I am in the inputs context
    When I ask for fill the textfield
    Then I should see the filled textfield
    When I click on the simple page link 
    And I ask to use the simple page context
    Then I should fail when try access the old textfield
    And I should be able to verify the text on the new textfield
    And I should be able to close the browser

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cello-0.0.17 features/browser.feature
cello-0.0.16 features/browser.feature