fix: setting user settings in cypress tests
This commit is contained in:
parent
37c36560fb
commit
9d0415e24c
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ describe('Home Page Task Overview', () => {
|
||||||
const {list} = seedTasks(40)
|
const {list} = seedTasks(40)
|
||||||
updateUserSettings({
|
updateUserSettings({
|
||||||
default_list_id: list.id,
|
default_list_id: list.id,
|
||||||
|
overdue_tasks_reminders_time: '9:00',
|
||||||
})
|
})
|
||||||
|
|
||||||
const newTaskTitle = 'New Task'
|
const newTaskTitle = 'New Task'
|
||||||
|
|
Loading…
Reference in a new issue