Skip to content

Commit

Permalink
updated authority test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Dec 4, 2023
1 parent 42edcea commit 8f4ddd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-e2e/cypress/e2e/authority.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
});
});

0 comments on commit 8f4ddd3

Please sign in to comment.