mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-55215 behat: autocomplete field requires javascript
This commit is contained in:
parent
1fd6b25579
commit
eaefd5bc57
@ -61,6 +61,7 @@ Feature: Assign reset
|
||||
And I navigate to "View all submissions" node in "Assignment administration"
|
||||
Then I should not see "Submitted for grading"
|
||||
|
||||
@javascript
|
||||
Scenario: Use course reset to remove user overrides.
|
||||
When I follow "Test assignment name"
|
||||
And I navigate to "User overrides" node in "Assignment administration"
|
||||
|
@ -194,6 +194,7 @@ Feature: Assign group override
|
||||
And I follow "Test assignment name"
|
||||
And I should not see "This assignment will accept submissions from Wednesday, 1 January 2020, 8:00"
|
||||
|
||||
@javascript
|
||||
Scenario: Add both a user and group override and verify that both are applied correctly
|
||||
When I follow "Test assignment name"
|
||||
And I navigate to "Edit settings" node in "Assignment administration"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_assign
|
||||
@mod @mod_assign @javascript
|
||||
Feature: Assign user override
|
||||
In order to grant a student special access to an assignment
|
||||
As a teacher
|
||||
|
@ -54,6 +54,7 @@ Feature: Quiz reset
|
||||
And I navigate to "Results" node in "Quiz administration"
|
||||
Then I should see "Attempts: 0"
|
||||
|
||||
@javascript
|
||||
Scenario: Use course reset to remove user overrides.
|
||||
When I log in as "teacher1"
|
||||
And I follow "Course 1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user