Fix lowercase issues in API mocks for playwright
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m42s
Add copyright notice / copyright_notice (pull_request) Successful in 2m4s
Playwright Tests / test (pull_request) Successful in 3m35s

This commit is contained in:
Manuel Bustillo 2024-11-17 11:39:56 +01:00
parent 760bb016fb
commit 7b62992a5f

View File

@ -5,7 +5,7 @@ const mockGuestsAPI = ({ page }: { page: Page }) => {
const json = [
{
"id": "f4a09c28-40ea-4553-90a5-96935a59cac6",
"status": "Tentative",
"status": "tentative",
"name": "Kristofer Rohan DVM",
"group": {
"id": "2fcb8b22-6b07-4c34-92e3-a2535dbc5b14",
@ -14,7 +14,7 @@ const mockGuestsAPI = ({ page }: { page: Page }) => {
},
{
"id": "bd585c40-0937-4cde-960a-bb23acfd6f18",
"status": "Invited",
"status": "invited",
"name": "Olevia Quigley Jr.",
"group": {
"id": "da8edf26-3e1e-4cbb-b985-450c49fffe01",