Commit de1f00b6dd79edf5e4d63de40b736d503e6f9197
1 parent
1b1b8272
Exists in
master
and in
23 other branches
Remove debugging step
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
features/edit_article.feature
| ... | ... | @@ -119,7 +119,6 @@ Feature: edit article |
| 119 | 119 | And I follow "Edit" |
| 120 | 120 | When I fill in "Text" with "new text" |
| 121 | 121 | And I press "Save and continue" |
| 122 | - Then show me the page | |
| 123 | 122 | Then the "Text" field should contain "new text" |
| 124 | 123 | And I should be on "Save the whales" edit page |
| 125 | 124 | ... | ... |