MOBILE-4362 behat: Fix 3.11 tests

main
Noel De Martin 2023-07-31 11:03:31 +09:00
parent 5d1ec85bdd
commit c479c230e3
1 changed files with 2 additions and 1 deletions

View File

@ -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 |