From 8f4ddd3d9cfdc6f6b776d4d09e61404448fa4d07 Mon Sep 17 00:00:00 2001 From: Shaun Lum Date: Mon, 4 Dec 2023 15:25:39 -0800 Subject: [PATCH] updated authority test --- tests-e2e/cypress/e2e/authority.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-e2e/cypress/e2e/authority.cy.ts b/tests-e2e/cypress/e2e/authority.cy.ts index 010e06b..ad0f82f 100644 --- a/tests-e2e/cypress/e2e/authority.cy.ts +++ b/tests-e2e/cypress/e2e/authority.cy.ts @@ -6,6 +6,6 @@ describe('Testing Authority Page', () => { }); it('Confirm the Authority is displaying', () => { - cy.contains('h1', '100 - Abbotsford Christian School'); + cy.contains('h1', '100 - Abbotsford Christian School', { timeout: 10000 }); }); }); \ No newline at end of file