MDL-55215 behat: autocomplete field requires javascript

This commit is contained in:
Rajesh Taneja
2016-11-08 14:21:52 +08:00
parent 1fd6b25579
commit eaefd5bc57
4 changed files with 4 additions and 1 deletions
@@ -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
+1
View File
@@ -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"