Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Emulate javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Dec 9, 2009
1 parent 4e3d9aa commit aa35bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/manage_lorries.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Manage lorries
And I press "Create"
Then I should see "name 1 - this is from before filter"

@culerity @no-txn
@emulate_rails_javascript
Scenario: Delete lorry
Given the following lorries:
| name | colour |
Expand Down Expand Up @@ -37,7 +37,7 @@ Feature: Manage lorries
But the previous scenarios have
Then there should be 0 lorries

@allow-rescue @culerity @no-txn
@emulate_rails_javascript
Scenario: Delete the blue lorry, which is magic and always raises an error, but allow rescue
Given the following lorries:
| name | colour |
Expand Down

0 comments on commit aa35bf3

Please sign in to comment.