mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-58265 core_test: remove unnecessary steps
This commmit removes steps that take behat to site home page to actually get to a course page. Part of MDL-55611 epic.
This commit is contained in:
parent
c987d1b2ef
commit
93be3f730c
60 changed files with 7 additions and 162 deletions
|
@ -93,7 +93,6 @@ Feature: Organize students into groups
|
|||
| Course 1 | C1 | 0 | 1 |
|
||||
| Course 2 | C2 | 0 | 1 |
|
||||
And I log in as "admin"
|
||||
And I am on site homepage
|
||||
And I am on course page "Course 1"
|
||||
And I navigate to "Users > Groups" in current page administration
|
||||
When I press "Create group"
|
||||
|
@ -116,7 +115,6 @@ Feature: Organize students into groups
|
|||
| Enrolment key | Abcdef-2 |
|
||||
And I press "Save changes"
|
||||
And the "groups" select box should contain "Group B (0)"
|
||||
And I am on site homepage
|
||||
And I am on course page "Course 2"
|
||||
And I navigate to "Users > Groups" in current page administration
|
||||
And I press "Create group"
|
||||
|
|
|
@ -78,7 +78,6 @@ Feature: Importing of groups and groupings
|
|||
@javascript
|
||||
Scenario: Import groups with idnumber when the user does not have proper permissions for the idnumber field
|
||||
Given I log in as "admin"
|
||||
And I am on site homepage
|
||||
And I am on course page "Course 1"
|
||||
And I navigate to "Users > Permissions" in current page administration
|
||||
And I override the system permissions of "Teacher" role with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue