Skip to content

Commit

Permalink
Update cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Jan 7, 2024
1 parent d0247ba commit aa3ab24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/apps/frontend-e2e/src/e2e/app.cy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
describe('escrow', () => {

before(() => {
beforeEach(() => {
cy.intercept('/api/users').as('getUsers');
cy.intercept(/\/api\/deployer\/status\?apiUrl=http:\/\/.+\/rpc/).as('getStatus');
cy.intercept(/\/api\/deployer\/peers\?apiUrl=http:\/\/.+\/rpc/).as('getPeers');
Expand Down

0 comments on commit aa3ab24

Please sign in to comment.