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:
Simey Lameze 2017-03-14 14:01:03 +08:00 committed by Damyon Wiese
parent c987d1b2ef
commit 93be3f730c
60 changed files with 7 additions and 162 deletions

View file

@ -177,7 +177,6 @@ Feature: Group assignment submissions
| GG1 | G1 |
| GG1 | G2 |
And I log in as "admin"
And I am on site homepage
And I am on course page "Course 1"
And I turn editing mode on
And I add a "Assignment" to section "1" and I fill the form with:
@ -215,7 +214,6 @@ Feature: Group assignment submissions
And I press "Save changes"
And I log out
And I log in as "admin"
And I am on site homepage
And I am on course page "Course 1"
And I follow "Test assignment name"
And I should see "3" in the "Groups" "table_row"

View file

@ -38,7 +38,6 @@ Feature: Submissions are unlocked when a new attempt is given
And I press "Save changes"
And I log out
And I log in as "teacher1"
And I am on site homepage
And I am on course page "Course 1"
And I follow "Test assignment name"
And I navigate to "View all submissions" in current page administration
@ -73,7 +72,6 @@ Feature: Submissions are unlocked when a new attempt is given
And I press "Save changes"
And I log out
And I log in as "teacher1"
And I am on site homepage
And I am on course page "Course 1"
And I follow "Test assignment name"
And I navigate to "View all submissions" in current page administration