From 40af257dcde7a52b1c0dd87c0cdb252becab25a2 Mon Sep 17 00:00:00 2001 From: 21CSM <81891917+21CSM@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:58:08 -0400 Subject: [PATCH] fix(tests): remove check for header Was replaced with new logo --- tests/test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test.ts b/tests/test.ts index b24a74d..b3da7e5 100644 --- a/tests/test.ts +++ b/tests/test.ts @@ -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();