From bc9895dc82a0f67e10e61fea74ca9b2a2bb837f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 29 Nov 2021 10:02:27 +0100 Subject: [PATCH] MOBILE-3806 core: Remove non supported Moodle versions --- mod/chat/tests/behat/app_basic_usage.feature | 2 +- mod/courses/tests/behat/app_basic_usage.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/chat/tests/behat/app_basic_usage.feature b/mod/chat/tests/behat/app_basic_usage.feature index cd3ec9fbf..4a26a9949 100755 --- a/mod/chat/tests/behat/app_basic_usage.feature +++ b/mod/chat/tests/behat/app_basic_usage.feature @@ -57,7 +57,7 @@ Feature: Test basic usage of chat in app And I press "Send" 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 Given I enter the app And I log in as "student1" diff --git a/mod/courses/tests/behat/app_basic_usage.feature b/mod/courses/tests/behat/app_basic_usage.feature index 0bb029c26..5f3ead46c 100755 --- a/mod/courses/tests/behat/app_basic_usage.feature +++ b/mod/courses/tests/behat/app_basic_usage.feature @@ -34,7 +34,7 @@ Feature: Test basic usage of courses in app | activity | course | idnumber | name | intro | assignsubmission_onlinetext_enabled | | 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 And I log in as "student1" Then I should see "Dashboard"