Skip to content

Commit

Permalink
TEST - purposely causing cypress to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Oct 5, 2023
1 parent 15c50de commit 0a3e020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cypress/e2e/full-submission.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('Full audit submission', () => {
});

it('Completes a full submission', () => {
cy.url().should('include', '/');
cy.url().should('include', 'asdf');

// Logs in with Login.gov'
testLoginGovLogin();
Expand Down

0 comments on commit 0a3e020

Please sign in to comment.