MOBILE-3806 core: Remove non supported Moodle versions
parent
bff6969d50
commit
bc9895dc82
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue