MDL-55074 behat: Remove js tag as the feature can run without it

This commit is contained in:
Rajesh Taneja
2016-10-27 12:11:45 +08:00
parent 6f01090159
commit 0fa66b5383
-2
View File
@@ -19,7 +19,6 @@ Feature: Uniqueness of Group ID number
And I expand "Users" node
And I follow "Groups"
@javascript
Scenario: Group ID number uniqueness
Given I press "Create group"
And I set the following fields to these values:
@@ -43,7 +42,6 @@ Feature: Uniqueness of Group ID number
And I should see "This ID number is already taken"
And I press "Cancel"
@javascript
Scenario: Grouping ID number uniqueness
Given I follow "Groupings"
And I press "Create grouping"