Skip to content

Commit

Permalink
MDL-49973 behat: Fixed string change from Continue to Delete
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh Taneja authored and stronk7 committed Sep 24, 2015
1 parent 02be8a0 commit 4cfaf27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions question/tests/behat/delete_questions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Feature: A teacher can delete questions in the question bank
@javascript
Scenario: A question not used anywhere can really be deleted
When I click on "Delete" "link" in the "Test question to be deleted" "table_row"
And I press "Continue"
And I press "Delete"
And I click on "Also show old questions" "checkbox"
Then I should not see "Test question to be deleted"

Expand All @@ -48,7 +48,7 @@ Feature: A teacher can delete questions in the question bank
| Question text | Write about whatever you want |
And I navigate to "Questions" node in "Course administration > Question bank"
When I click on "Delete" "link" in the "Test used question to be deleted" "table_row"
And I press "Continue"
And I press "Delete"
Then I should not see "Test used question to be deleted"
And I click on "Also show old questions" "checkbox"
And I should see "Test used question to be deleted"
Expand Down

0 comments on commit 4cfaf27

Please sign in to comment.