Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: pdamianik <[email protected]>
  • Loading branch information
pdamianik committed Feb 29, 2024
1 parent 88f26f8 commit e683a67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { expect, test } from '@playwright/test';

test('index page has expected h1', async ({ page }) => {
await page.goto('/');

await expect(page.getByRole('heading', { name: 'G\'schäft\'lhaberer' })).toBeVisible();
});

0 comments on commit e683a67

Please sign in to comment.