Skip to content

Commit

Permalink
skip checkout widgets cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Nov 7, 2023
1 parent 6eee06d commit dabd00c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ describe('SwapWidget tests', () => {
.should('exist');
});

it('should show error screen after getAllBalances unrecoverable failure', () => {
it.skip('should show error screen after getAllBalances unrecoverable failure', () => {
getAllBalancesStub
.onFirstCall()
.rejects({ data: { code: 500 } })
Expand Down

0 comments on commit dabd00c

Please sign in to comment.