Skip to content

Commit

Permalink
Merge pull request #123 from bcgov/teste2efix
Browse files Browse the repository at this point in the history
fixed test
  • Loading branch information
shaunlumbcgov authored Nov 24, 2023
2 parents 92aa700 + cc12033 commit 962c04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests-e2e/cypress/e2e/authority.cy.ts
Original file line number Diff line number Diff line change
@@ -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');
});
});

0 comments on commit 962c04c

Please sign in to comment.