Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
ltthienn committed Oct 19, 2023
1 parent 2258d87 commit ed81698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/specs/limit-order.e2e.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe(`Limit Order on ${NETWORK}`, { tags: TAG.regression }, () => {
})

describe('Messages', () => {
it.only('Verify error message when insufficient balance', () => {
it('Verify error message when insufficient balance', () => {
LimitOder.getBalanceIn((text) => {
LimitOder.setAmountIn(String(Number(text) + 1))
LimitOder.getInsufficientErrorMessage().should('be.visible')
Expand Down

0 comments on commit ed81698

Please sign in to comment.