mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +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
|
@ -30,7 +30,6 @@ Feature: Guest users can auto-enrol themself in courses where guest access is al
|
|||
And I press "Save changes"
|
||||
And I log out
|
||||
And I log in as "student1"
|
||||
And I am on site homepage
|
||||
And I am on course page "Course 1"
|
||||
When I follow "Test forum name"
|
||||
Then I should not see "Subscribe to this forum"
|
||||
|
@ -44,7 +43,6 @@ Feature: Guest users can auto-enrol themself in courses where guest access is al
|
|||
And I press "Save changes"
|
||||
And I log out
|
||||
And I log in as "student1"
|
||||
And I am on site homepage
|
||||
When I am on course page "Course 1"
|
||||
Then I should see "Guest access"
|
||||
And I set the following fields to these values:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue