forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-49150 behat: Removed unnecessary @javascript tags
- Loading branch information
Rajesh Taneja
committed
Mar 22, 2016
1 parent
fed66ad
commit a1d3a94
Showing
6 changed files
with
14 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,6 @@ Feature: An administrator can filter user accounts by role, cohort and other pro | |
And I add "User Three ([email protected])" user to "CH1" cohort members | ||
And I follow "Browse list of users" | ||
|
||
@javascript | ||
Scenario: Filter user accounts by role and cohort | ||
When I set the following fields to these values: | ||
| courserole_rl | Student | | ||
|
@@ -51,7 +50,6 @@ Feature: An administrator can filter user accounts by role, cohort and other pro | |
And I should see "User Three" | ||
And I should see "User Four" | ||
|
||
@javascript | ||
Scenario: Filter user accounts by confirm and authentication method | ||
When I set the following fields to these values: | ||
| Confirmed | No | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,15 +21,13 @@ Feature: Add cohorts of users | |
| Description | Test cohort description | | ||
And I press "Save changes" | ||
|
||
@javascript | ||
Scenario: Add a cohort | ||
When I follow "Cohorts" | ||
Then I should see "Test cohort name" | ||
And I should see "333" | ||
And I should see "Test cohort description" | ||
And I should see "Created manually" | ||
|
||
@javascript | ||
Scenario: Add users to a cohort selecting them from the system users list | ||
When I add "First User ([email protected])" user to "333" cohort members | ||
And I add "Second User ([email protected])" user to "333" cohort members | ||
|
@@ -39,7 +37,6 @@ Feature: Add cohorts of users | |
And the "Current users" select box should contain "Second User ([email protected])" | ||
And the "Current users" select box should not contain "Forth User ([email protected])" | ||
|
||
@javascript | ||
Scenario: Add users to a cohort using a bulk user action | ||
When I follow "Bulk user actions" | ||
And I set the field "Available" to "Third User" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters