1
0

fix(tests): correctly set task position in cypress test fixtures

This commit is contained in:
kolaente
2022-07-13 17:00:38 +02:00
parent 99cd68ad43
commit ef0fe0b11d
2 changed files with 6 additions and 3 deletions

View File

@ -15,6 +15,7 @@ export class TaskFactory extends Factory {
list_id: 1,
created_by_id: 1,
index: '{increment}',
position: '{increment}',
created: formatISO(now),
updated: formatISO(now)
}