🩹(demo) update the email in realm.json

We updated the email addresses for the demo users
but forgot to change them in the realm.json file.
This commit fixes that oversight.
This commit is contained in:
Anthony LC
2025-09-12 18:26:21 +02:00
parent 5fc002658c
commit 90624e83f5
10 changed files with 20 additions and 20 deletions

View File

@@ -60,7 +60,7 @@
},
{
"username": "user-e2e-chromium",
"email": "user@chromium.test",
"email": "user.test@chromium.test",
"firstName": "E2E",
"lastName": "Chromium",
"enabled": true,
@@ -74,7 +74,7 @@
},
{
"username": "user-e2e-webkit",
"email": "user@webkit.test",
"email": "user.test@webkit.test",
"firstName": "E2E",
"lastName": "Webkit",
"enabled": true,
@@ -88,7 +88,7 @@
},
{
"username": "user-e2e-firefox",
"email": "user@firefox.test",
"email": "user.test@firefox.test",
"firstName": "E2E",
"lastName": "Firefox",
"enabled": true,