fix: setting user settings in cypress tests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-06-16 18:17:44 +02:00
parent 37c36560fb
commit 9d0415e24c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ describe('Home Page Task Overview', () => {
const {list} = seedTasks(40)
updateUserSettings({
default_list_id: list.id,
overdue_tasks_reminders_time: '9:00',
})
const newTaskTitle = 'New Task'