Sha256: 5544d59d68385d44224479cd3c42a97d72d812bfa40629afe4b64b50bf05bb2c

Contents?: true

Size: 1.08 KB

Versions: 11

Compression:

Stored size: 1.08 KB

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: Get another context
    Given I have a browser with no context (blank page)
    When I ask for the context iframe
    And and I ask to visit the page
    Then I should see the page iframe

  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

  @pending
  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

11 entries across 11 versions & 1 rubygems

Version Path
cello-0.0.35 features/browser.feature
cello-0.0.34 features/browser.feature
cello-0.0.33 features/browser.feature
cello-0.0.32 features/browser.feature
cello-0.0.31 features/browser.feature
cello-0.0.30 features/browser.feature
cello-0.0.29 features/browser.feature
cello-0.0.28 features/browser.feature
cello-0.0.27 features/browser.feature
cello-0.0.26 features/browser.feature
cello-0.0.25 features/browser.feature