Skip to content

Commit

Permalink
Add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ProchaLu committed Oct 8, 2024
1 parent 2300c00 commit 9db1ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/navigation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 9db1ee7

Please sign in to comment.