MDL-47494 ddimageortext: Improve the drag-drop question Behat tests.
[moodle.git] / question / type / ddimageortext / tests / behat / edit.feature
1 @ou @ou_vle @qtype @qtype_ddimageortext
2 Feature: Test editing a drag and drop onto image questions
3   As a teacher
4   In order to be able to update my drag and drop onto image questions
5   I need to edit them
7   Background:
8     Given the following "users" exist:
9       | username | firstname | lastname | email                |
10       | teacher1 | T1        | Teacher1 | teacher1@example.com |
11     And the following "courses" exist:
12       | fullname | shortname | category |
13       | Course 1 | C1        | 0        |
14     And the following "course enrolments" exist:
15       | user     | course | role           |
16       | teacher1 | C1     | editingteacher |
17     And the following "question categories" exist:
18       | contextlevel | reference | name           |
19       | Course       | C1        | Test questions |
20     And the following "questions" exist:
21       | questioncategory | qtype         | name            | template |
22       | Test questions   | ddimageortext | Drag onto image | xsection |
23     And I log in as "teacher1"
24     And I follow "Course 1"
25     And I navigate to "Question bank" node in "Course administration"
27   @javascript
28   Scenario: Edit a drag and drop onto image question
29     When I click on "Edit" "link" in the "Drag onto image" "table_row"
30     And I set the following fields to these values:
31       | Question name | Edited question name |
32     And I press "id_submitbutton"
33     Then I should see "Edited question name"