From c479c230e31e5f8965ea2f960828e368f248fc05 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Mon, 31 Jul 2023 11:03:31 +0900 Subject: [PATCH] MOBILE-4362 behat: Fix 3.11 tests --- src/core/features/course/tests/behat/guest_access.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/features/course/tests/behat/guest_access.feature b/src/core/features/course/tests/behat/guest_access.feature index c472f358d..7347554f5 100644 --- a/src/core/features/course/tests/behat/guest_access.feature +++ b/src/core/features/course/tests/behat/guest_access.feature @@ -2,7 +2,8 @@ Feature: Test basic usage of guest access course in app Background: - Given the following "users" exist: + Given the Moodle site is compatible with this feature + And the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | teacher | teacher1@example.com | | student1 | Student | student | student1@example.com |