MDL-71209 behat: remove some useless "follow the course" steps

They are not really needed and, with the new course index (or
maybe with the new navigation, I've not checked), they don't work
any more. Hence, removing them.
This commit is contained in:
Eloy Lafuente (stronk7) 2021-08-26 18:18:53 +02:00
parent 15a3349c87
commit 083289d540
2 changed files with 0 additions and 3 deletions

View file

@ -152,7 +152,6 @@ Feature: Manage plearning plan
And I create a course with: And I create a course with:
| Course full name | New course fullname | | Course full name | New course fullname |
| Course short name | New course shortname | | Course short name | New course shortname |
And I follow "New course fullname"
And I follow "Competencies" And I follow "Competencies"
And I press "Add competencies to course" And I press "Add competencies to course"
And "Competency picker" "dialogue" should be visible And "Competency picker" "dialogue" should be visible

View file

@ -27,7 +27,6 @@ Feature: The maximum number of weeks/topics in a course can be configured
| Course short name | New course shortname | | Course short name | New course shortname |
| Number of sections | 90 | | Number of sections | 90 |
| Format | Topics format | | Format | Topics format |
And I follow "New course fullname"
And I should see "Topic 90" And I should see "Topic 90"
@javascript @javascript
@ -44,5 +43,4 @@ Feature: The maximum number of weeks/topics in a course can be configured
| Course short name | New course shortname | | Course short name | New course shortname |
| Number of sections | 0 | | Number of sections | 0 |
| Format | Topics format | | Format | Topics format |
And I follow "New course fullname"
And I should not see "Topic 1" And I should not see "Topic 1"