diff --git a/playwright/navigation.spec.ts b/playwright/navigation.spec.ts index 4d374b6..8556b3e 100644 --- a/playwright/navigation.spec.ts +++ b/playwright/navigation.spec.ts @@ -31,7 +31,7 @@ test('navigation test', async ({ page }) => { const animals = [ { id: 1, - firstName: 'Lucia', + firstName: 'Lukas', type: 'Cat', accessory: 'House', birthDate: new Date('2020-06-23'),