mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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
|
@ -25,7 +25,6 @@ Feature: Topic's course sections highlighting
|
|||
And I turn section "2" highlighting on
|
||||
And section "2" should be highlighted
|
||||
And section "1" should not be highlighted
|
||||
And I am on homepage
|
||||
And I am on course page "Course 1"
|
||||
And section "2" should be highlighted
|
||||
And section "1" should not be highlighted
|
||||
|
@ -34,7 +33,6 @@ Feature: Topic's course sections highlighting
|
|||
And section "2" should not be highlighted
|
||||
And I reload the page
|
||||
And section "2" should not be highlighted
|
||||
And I am on homepage
|
||||
And I am on course page "Course 1"
|
||||
And section "2" should not be highlighted
|
||||
And I log out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue