Skip to content

Commit

Permalink
Updated scripts according to PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
nimya-aot committed May 23, 2024
1 parent 5ec4ad0 commit c82dfff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ coverage
dist
**/src/formio
**/cypress/**/videos
screenshots
node_modules

# Ignore only top-level package-lock.json
Expand Down
3 changes: 1 addition & 2 deletions tests/functional/cypress/e2e/about.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
});
});
Binary file not shown.

0 comments on commit c82dfff

Please sign in to comment.