From 0c03b6a3c1429695360f7b378c1a7bcacb5cc0a3 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Thu, 1 Dec 2022 13:02:14 +0100 Subject: [PATCH] MOBILE-4081 calendar: Fix calendar behat --- src/addons/calendar/tests/behat/create_events.feature | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/addons/calendar/tests/behat/create_events.feature b/src/addons/calendar/tests/behat/create_events.feature index 6bf4375d5..17d61c67d 100755 --- a/src/addons/calendar/tests/behat/create_events.feature +++ b/src/addons/calendar/tests/behat/create_events.feature @@ -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 |