Merge pull request #3761 from NoelDeMartin/MOBILE-4362

MOBILE-4362 behat: Fix 3.11 tests
main
Dani Palou 2023-07-31 08:07:56 +02:00 committed by GitHub
commit 2a47618107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 |