From cc12033f8925c87ae0c2ad25dad55669eaacd3d4 Mon Sep 17 00:00:00 2001 From: Shaun Lum Date: Fri, 24 Nov 2023 09:11:51 -0800 Subject: [PATCH] fixed test --- tests-e2e/cypress/e2e/authority.cy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests-e2e/cypress/e2e/authority.cy.ts b/tests-e2e/cypress/e2e/authority.cy.ts index 7901b1d..4544ced 100644 --- a/tests-e2e/cypress/e2e/authority.cy.ts +++ b/tests-e2e/cypress/e2e/authority.cy.ts @@ -1,10 +1,10 @@ describe('Testing Authority Page', () => { before(() => { // Visit the root URL before running any test case. - cy.visit('/authority/100-Abbotsford%20Christian%20School%20Society'); + cy.visit('/authority/100-Abbotsford%20Christian%20School'); }); it('visits the app root url', () => { - cy.contains('h1', '100 - Abbotsford Christian School Society'); + cy.contains('h1', '100 - Abbotsford Christian School'); }); }); \ No newline at end of file