MOBILE-3806 core: Remove non supported Moodle versions

main
Pau Ferrer Ocaña 2021-11-29 10:02:27 +01:00
parent bff6969d50
commit bc9895dc82
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ Feature: Test basic usage of chat in app
And I press "Send" in the app And I press "Send" in the app
Then I should find "Hi David, I am Pau." in the app Then I should find "Hi David, I am Pau." in the app
Scenario: Past sessions shown for >=3.5 Scenario: Past sessions shown
# Send messages as student1 # Send messages as student1
Given I enter the app Given I enter the app
And I log in as "student1" And I log in as "student1"

View File

@ -34,7 +34,7 @@ Feature: Test basic usage of courses in app
| activity | course | idnumber | name | intro | assignsubmission_onlinetext_enabled | | activity | course | idnumber | name | intro | assignsubmission_onlinetext_enabled |
| assign | C1 | assign1 | assignment | Test assignment description | 1 | | assign | C1 | assign1 | assignment | Test assignment description | 1 |
Scenario: "Dashboard" tab displayed in >= 3.3 sites Scenario: "Dashboard" tab displayed
When I enter the app When I enter the app
And I log in as "student1" And I log in as "student1"
Then I should see "Dashboard" Then I should see "Dashboard"