MDL-49513 behat: Updated step name to match new step

This commit is contained in:
Rajesh Taneja
2015-04-02 09:47:26 +08:00
committed by David Monllao
parent 240d90b149
commit d21f9cc2dd
3 changed files with 5 additions and 5 deletions
@@ -385,7 +385,7 @@ Feature: Set up contextual data for tests
And the following "grade outcomes" exist:
| fullname | shortname | course | scale |
| Grade outcome 2 | OT2 | C1 | Test Scale 1 |
And the following config settings values are set as admin:
And the following config values are set as admin:
| enableoutcomes | 1 |
When I log in as "admin"
And I follow "Home"
@@ -414,7 +414,7 @@ Feature: Set up contextual data for tests
And the following "grade items" exist:
| itemname | course | outcome | gradecategory |
| Test Outcome Grade Item 1 | C1 | OT1 | Grade category 1 |
And the following config settings values are set as admin:
And the following config values are set as admin:
| enableoutcomes | 1 |
When I log in as "admin"
And I follow "Home"
+2 -2
View File
@@ -248,7 +248,7 @@ Feature: We can use calculated grade totals
@javascript
Scenario: Natural aggregation on outcome items with natural weights
And the following config settings values are set as admin:
And the following config values are set as admin:
| enableoutcomes | 1 |
And the following "scales" exist:
| name | scale |
@@ -314,7 +314,7 @@ Feature: We can use calculated grade totals
@javascript
Scenario: Natural aggregation on outcome items with modified weights
And the following config settings values are set as admin:
And the following config values are set as admin:
| enableoutcomes | 1 |
And the following "scales" exist:
| name | scale |
@@ -33,7 +33,7 @@ Feature: Show users who have not responded to the feedback survey
And the following "grouping groups" exist:
| grouping | group |
| GXI1 | GI1 |
And the following config settings values are set as admin:
And the following config values are set as admin:
| enableavailability | 1 |
And I log in as "admin"
And I navigate to "Manage activities" node in "Site administration > Plugins > Activity modules"