Skip to content

Commit

Permalink
feat: make test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Nov 7, 2024
1 parent ba703ca commit 5feea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/first.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { test, expect } from '@playwright/test';

test('Should display an error is the backend is not on', async ({ page }) => {
await page.goto('/');
await expect(page.getByText('Metadata management application')).toBeVisible();
await expect(page.getByText('Test management application')).toBeVisible();
});

0 comments on commit 5feea69

Please sign in to comment.