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