test: add coverage on collaborative editing (#1747)

This commit is contained in:
Himself65
2023-03-29 17:49:13 -05:00
committed by GitHub
parent 5500b3b1ed
commit 926bf49b26
6 changed files with 111 additions and 1 deletions

5
tests/fixtures/built-in-user1.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "debug1",
"email": "debug1@toeverything.info",
"password": "debug1"
}

5
tests/fixtures/built-in-user2.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "debug2",
"email": "debug2@toeverything.info",
"password": "debug2"
}