MDL-49973 behat: Fixed string change from Continue to Delete

This commit is contained in:
rajesh Taneja 2015-09-24 10:24:36 +08:00 committed by Eloy Lafuente (stronk7)
parent 02be8a0427
commit 4cfaf27c08

View File

@ -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"
@ -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"