Skip to content

Commit

Permalink
MDL-35982 behat: fix incorrectly backported test
Browse files Browse the repository at this point in the history
Due to alterations with release/freeze, the lang string change
didn't get backported to 3.x, but the behat did.
  • Loading branch information
danpoltawski authored and stronk7 committed Dec 3, 2015
1 parent 3c1e7a0 commit 3fe4b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/tests/behat/delete.feature
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ Feature: Delete a blog entry
Scenario: Delete blog post results in post deleted
Given I follow "Blog post one"
And I follow "Delete"
And I should see "Delete the blog entry 'Blog post one'?"
And I should see "Delete this blog entry?"
When I press "Continue"
Then I should not see "Blog post one"
And I should see "Blog post two"

Scenario: Delete confirmation screen works and allows cancel
Given I follow "Blog post one"
When I follow "Delete"
Then I should see "Delete the blog entry 'Blog post one'?"
Then I should see "Delete this blog entry?"
And I press "Cancel"
And I should see "Blog post one"
And I should see "Blog post two"
Expand Down

0 comments on commit 3fe4b72

Please sign in to comment.