Skip to content

Commit

Permalink
chore: update alert text expected in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Jan 6, 2025
1 parent 1f10c42 commit e6ac84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/test/e2e/specs/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('DAPP Offer Up E2E Test Cases', () => {
});
cy.get('@alertShown').should(
'have.been.calledOnceWith',
'Request rejected',
'Chain is not running. Please start the chain first.: Error: Request rejected',
);
});
it(`should accept connection with wallet`, () => {
Expand Down

0 comments on commit e6ac84a

Please sign in to comment.