mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
test: support test e2e with OctoBase (#1593)
Co-authored-by: DarkSky <darksky2048@gmail.com>
This commit is contained in:
5
tests/fixtures/userA.json
vendored
Normal file
5
tests/fixtures/userA.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Alex Yang",
|
||||
"email": "alex.yang@example.org",
|
||||
"password": "123456"
|
||||
}
|
||||
5
tests/fixtures/userB.json
vendored
Normal file
5
tests/fixtures/userB.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Boying Li",
|
||||
"email": "boying.li@example.org",
|
||||
"password": "654321"
|
||||
}
|
||||
Reference in New Issue
Block a user