Skip to content

Commit

Permalink
MDL-71209 behat: remove some useless "follow the course" steps
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stronk7 committed Aug 26, 2021
1 parent 15a3349 commit 083289d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion admin/tool/lp/tests/behat/plan_crud.feature
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ Feature: Manage plearning plan
And I create a course with:
| Course full name | New course fullname |
| Course short name | New course shortname |
And I follow "New course fullname"
And I follow "Competencies"
And I press "Add competencies to course"
And "Competency picker" "dialogue" should be visible
Expand Down
2 changes: 0 additions & 2 deletions course/tests/behat/max_number_sections.feature
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Feature: The maximum number of weeks/topics in a course can be configured
| Course short name | New course shortname |
| Number of sections | 90 |
| Format | Topics format |
And I follow "New course fullname"
And I should see "Topic 90"

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

0 comments on commit 083289d

Please sign in to comment.