Sha256: f6ca0ee8cfcddccc0a3b6541922dfe5eb99148fb0a404cf0109823ebe349aef4
Contents?: true
Size: 917 Bytes
Versions: 3
Compression:
Stored size: 917 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 @pending @bugado 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cello-0.0.23 | features/browser.feature |
cello-0.0.21 | features/browser.feature |
cello-0.0.19 | features/browser.feature |