finish updating cucumber scenario's to the stricter capybara

This commit is contained in:
Reinier Balt 2013-01-01 17:38:59 +01:00
parent ee3f8a3f8b
commit 796685072d
11 changed files with 55 additions and 34 deletions

View file

@ -62,7 +62,7 @@ Feature: Manage the list of contexts
Then I should see that a context named "@ipad" is not present
And I should see that the context container for hidden contexts is not present
@javascript
@javascript
Scenario: Delete context from context page right after an edit
Given I have a context called "@computer"
When I go to the contexts page
@ -71,7 +71,7 @@ Feature: Manage the list of contexts
Then he should see that a context named "@laptop" is not present
And the badge should show 0
@javascript
@javascript
Scenario: Edit context from context twice
Given I have a context called "@computer"
When I go to the contexts page
@ -82,7 +82,7 @@ Feature: Manage the list of contexts
And he should see that a context named "@ipad" is present
And the badge should show 1
@javascript
@javascript
Scenario Outline: Add a new context with state
Given I have the following contexts
| context | hide |