Merge pull request #3494 from dpalou/MOBILE-4081

MOBILE-4081 calendar: Fix calendar behat
main
Noel De Martin 2022-12-01 13:39:02 +01:00 committed by GitHub
commit 4be903defb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@ Feature: Test creation of calendar events in app
I need basic to be able to create and edit calendar events in the app
Background:
Given the following "users" exist:
Given the following config values are set as admin:
| nofixday | 1 |
| nofixhour | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
| teacher1 | Teacher | teacher | teacher1@example.com |
| student1 | Student1 | student1 | student1@example.com |