Línea 64... |
Línea 64... |
64 |
And I press "Delete"
|
64 |
And I press "Delete"
|
65 |
And I should not see "Student edited entry"
|
65 |
And I should not see "Student edited entry"
|
66 |
And I should see "Student second entry"
|
66 |
And I should see "Student second entry"
|
67 |
And I should see "Student third entry"
|
67 |
And I should see "Student third entry"
|
Línea 68... |
Línea 68... |
68 |
|
68 |
|
69 |
@javascript @editor @editor_atto @atto @atto_h5p
|
69 |
@javascript
|
70 |
Scenario: If a new text area entry is added, the filepicker is displayed in the H5P Atto button
|
70 |
Scenario: If a new text area entry is added, the filepicker is displayed in the H5P editor dialogue
|
71 |
Given the following "mod_data > fields" exist:
|
71 |
Given the following "mod_data > fields" exist:
|
72 |
| database | type | name |
|
72 |
| database | type | name |
|
73 |
| data1 | textarea | Textarea field name |
|
73 |
| data1 | textarea | Textarea field name |
|
74 |
And the following "mod_data > templates" exist:
|
74 |
And the following "mod_data > templates" exist:
|
Línea 79... |
Línea 79... |
79 |
| data1 | asearchtemplate |
|
79 |
| data1 | asearchtemplate |
|
80 |
| data1 | rsstemplate |
|
80 |
| data1 | rsstemplate |
|
81 |
And I am on the "Course 1" course page logged in as teacher1
|
81 |
And I am on the "Course 1" course page logged in as teacher1
|
82 |
When I click on "Test database name" "link"
|
82 |
When I click on "Test database name" "link"
|
83 |
And I click on "Add entry" "button"
|
83 |
And I click on "Add entry" "button"
|
84 |
And I click on "Insert H5P" "button"
|
84 |
And I click on "Configure H5P content" "button"
|
85 |
Then I should see "Browse repositories..."
|
85 |
Then I should see "Browse repositories..." in the "Insert H5P content" "dialogue"
|
Línea 86... |
Línea 86... |
86 |
|
86 |
|
87 |
@javascript
|
87 |
@javascript
|
88 |
Scenario: If maximum number of entries is set other than None then add entries should be seen only if number of entries is less than it
|
88 |
Scenario: If maximum number of entries is set other than None then add entries should be seen only if number of entries is less than it
|
89 |
Given the following "mod_data > fields" exist:
|
89 |
Given the following "mod_data > fields" exist:
|