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
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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)
}