mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-40988 quiz: behat fix from Raj
This commit is contained in:
parent
e362045e58
commit
fee0ba1f4e
1 changed files with 3 additions and 2 deletions
|
@ -138,8 +138,9 @@ Feature: Edit quiz page - section headings
|
||||||
And I follow "Remove heading 'Heading 2'"
|
And I follow "Remove heading 'Heading 2'"
|
||||||
And I should see "Are you sure you want to remove the 'Heading 2' section heading?"
|
And I should see "Are you sure you want to remove the 'Heading 2' section heading?"
|
||||||
And I click on "Yes" "button" in the "Confirm" "dialogue"
|
And I click on "Yes" "button" in the "Confirm" "dialogue"
|
||||||
Then I should not see "Heading 2"
|
And I wait until the page is ready
|
||||||
And I should see "Heading 1"
|
Then I should see "Heading 1"
|
||||||
|
And I should not see "Heading 2"
|
||||||
And I should see "Heading 3"
|
And I should see "Heading 3"
|
||||||
|
|
||||||
@javascript
|
@javascript
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue