diff --git a/.gitignore b/.gitignore index 8f69c5b91..c3fe41ab2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ coverage dist **/src/formio **/cypress/**/videos +screenshots node_modules # Ignore only top-level package-lock.json diff --git a/tests/functional/cypress/e2e/about.cy.js b/tests/functional/cypress/e2e/about.cy.js index ba82f6cd2..bb5d49ed7 100644 --- a/tests/functional/cypress/e2e/about.cy.js +++ b/tests/functional/cypress/e2e/about.cy.js @@ -4,8 +4,7 @@ const baseUrl = Cypress.env('baseUrl'); describe('Application About Page', () => { it('Visits the app about page', () => { - //cy.visit(`/${depEnv}`); - cy.visit('https://chefs-dev.apps.silver.devops.gov.bc.ca/app/'); + cy.visit(`/${depEnv}`); cy.contains('h1', 'Create, publish forms, and receive submissions with the Common Hosted Forms Service.'); }); }); diff --git a/tests/functional/screenshots/about.cy.js/Application About Page -- Visits the app about page (failed).png b/tests/functional/screenshots/about.cy.js/Application About Page -- Visits the app about page (failed).png deleted file mode 100644 index eead2fbf1..000000000 Binary files a/tests/functional/screenshots/about.cy.js/Application About Page -- Visits the app about page (failed).png and /dev/null differ