mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-49973 behat: Fixed string change from Continue to Delete
This commit is contained in:
parent
02be8a0427
commit
4cfaf27c08
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user