MOBILE-4081 behat: Reactivate disabled tests

main
Noel De Martin 2022-11-17 16:04:37 +01:00
parent 7f11a9377d
commit 846b7b9d5a
1 changed files with 0 additions and 4 deletions

View File

@ -71,8 +71,6 @@ Feature: Test basic usage of one course in app
| activity | name | intro | course | idnumber | groupmode | section | | activity | name | intro | course | idnumber | groupmode | section |
| workshop | Test workshop name | Test workshop | C1 | workshop | 0 | 3 | | workshop | Test workshop name | Test workshop | C1 | workshop | 0 | 3 |
# Skip in master until MDL-75353 is fixed
@lms_upto4.0
Scenario: View course contents Scenario: View course contents
When I entered the course "Course 1" as "student1" in the app When I entered the course "Course 1" as "student1" in the app
Then the header should be "Course 1" in the app Then the header should be "Course 1" in the app
@ -148,8 +146,6 @@ Feature: Test basic usage of one course in app
And I press "Test workshop name" in the app And I press "Test workshop name" in the app
Then the header should be "Test workshop name" in the app Then the header should be "Test workshop name" in the app
# Skip in master until MDL-75353 is fixed
@lms_upto4.0
Scenario: View section contents Scenario: View section contents
When I entered the course "Course 1" as "student1" in the app When I entered the course "Course 1" as "student1" in the app
Then the header should be "Course 1" in the app Then the header should be "Course 1" in the app