Skip to content

Commit

Permalink
fix(tests): remove check for header
Browse files Browse the repository at this point in the history
Was replaced with new logo
  • Loading branch information
21CSM committed Oct 12, 2024
1 parent ebfae9b commit 2fb6239
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ test.describe('Ars Antiqua Online Login Page', () => {
// Navigate to the page
await page.goto('/');

// Check main heading
await expect(page.locator('h1')).toHaveText('Ars Antiqua Online');

// Check description
await expect(page.getByText('Explore the rich history of medieval music.')).toBeVisible();

Expand Down

0 comments on commit 2fb6239

Please sign in to comment.