Skip to content

Commit

Permalink
Updated cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simensma-fresh committed Oct 24, 2024
1 parent b664b02 commit f7e4681
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/core-web/cypress/e2e/majorprojects.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,10 @@ describe("Major Projects", () => {
.find("div")
.click({ force: true });

cy.get('@windowOpen').should('be.called'); // Make sure PDF is opened in new window.
cy.url().should('include', 'documents?token=ec851412-9c91-48cd-8917-dd58f0934b16')
});




});
});

0 comments on commit f7e4681

Please sign in to comment.