mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-56630 behat: Click on link in specificed block/region
This commit is contained in:
parent
1fd6b25579
commit
dc90838aaa
55 changed files with 216 additions and 183 deletions
|
@ -32,7 +32,7 @@ Feature: Backup and restore of quizzes
|
|||
And I duplicate "Quiz 1" activity editing the new copy with:
|
||||
| Name | Quiz 2 |
|
||||
And I follow "Quiz 2"
|
||||
And I follow "Edit quiz"
|
||||
And I click on "Edit quiz" "link" in the "Administration" "block"
|
||||
Then I should see "TF1"
|
||||
And I should see "TF2"
|
||||
|
||||
|
@ -46,6 +46,6 @@ Feature: Backup and restore of quizzes
|
|||
And I press "Save changes"
|
||||
And I restore "moodle_28_quiz.mbz" backup into "Course 1" course using this options:
|
||||
And I follow "Restored Moodle 2.8 quiz"
|
||||
And I follow "Edit quiz"
|
||||
And I click on "Edit quiz" "link" in the "Administration" "block"
|
||||
Then I should see "TF1"
|
||||
And I should see "TF2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue