From b1c7bb7617c1415962b331286f30ff148a5172b2 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Thu, 10 Mar 2022 11:19:43 +0100 Subject: [PATCH] MOBILE-3833 behat: Fix LMS UI changes --- mod/courses/tests/behat/app_basic_usage.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/courses/tests/behat/app_basic_usage.feature b/mod/courses/tests/behat/app_basic_usage.feature index 7c3ea7d4f..5cb9f3953 100755 --- a/mod/courses/tests/behat/app_basic_usage.feature +++ b/mod/courses/tests/behat/app_basic_usage.feature @@ -108,7 +108,7 @@ Feature: Test basic usage of courses in app And I switch to the browser tab opened by the app And I log in as "teacher1" And I navigate to "Settings" in current page administration - And I press "Expand all" + And I click on "Expand all" "link" And I click on "duedate[enabled]" "checkbox" And I click on "gradingduedate[enabled]" "checkbox" And I press "Save and return to course"