mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-06 06:44:18 -07:00
Fix all failing cypress tests (#774)
* Fix all failing cypress tests - update test name to be more appropriate - update download packet tests to CDN - update data-cy tag on About heading * Update snapshot
This commit is contained in:
parent
e47cffc3f9
commit
819113ceb7
11 changed files with 52 additions and 41 deletions
|
@ -4,7 +4,7 @@ describe('Translation Test', () => {
|
|||
it('Sets default language to /en and redirects', () => {
|
||||
cy.visit('http://localhost:8000');
|
||||
cy.url().should('include', '/en/');
|
||||
cy.get('[data-cy=about-screen-tool-heading]').contains('About the screening tool');
|
||||
cy.get('[data-cy=about-page-heading]').contains('About');
|
||||
});
|
||||
|
||||
// Todo VS: Understand how to create es content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue