This commit is contained in:
Sara Arjona 2021-08-26 18:37:25 +02:00
commit 85feb719d8
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:
| 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

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 |
| Number of sections | 90 |
| Format | Topics format |
And I follow "New course fullname"
And I should see "Topic 90"
@javascript
@ -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"