Skip to content

Commit

Permalink
remove e2e changes
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Oct 14, 2024
1 parent b66435c commit ab840af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ export const confirmAndApproveCctpWithdrawal = () => {
})
.should('be.visible')
.click()
cy.findByRole('switch', {
name: /possible the committee fails/i
})
.should('be.visible')
.click()

cy.findByRole('button', {
name: /Continue/i
})
Expand Down
12 changes: 0 additions & 12 deletions packages/arb-token-bridge-ui/tests/e2e/specs/withdrawERC20.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@ describe('Withdraw ERC20 Token', () => {
})
.should('be.visible')
.click()

cy.findByRole('switch', {
name: /possible the committee fails/i
})
.should('be.visible')
.click()
// the Continue withdrawal button should not be disabled now
cy.findByRole('button', {
name: /Continue/i
Expand Down Expand Up @@ -239,12 +233,6 @@ describe('Withdraw ERC20 Token', () => {
})
.should('be.visible')
.click()

cy.findByRole('switch', {
name: /possible the committee fails/i
})
.should('be.visible')
.click()
// the Continue withdrawal button should not be disabled now
cy.findByRole('button', {
name: /Continue/i
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ describe('Withdraw ETH', () => {
})
.should('be.visible')
.click()

cy.findByRole('switch', {
name: /possible the committee fails/i
})
.should('be.visible')
.click()
// the Continue withdrawal button should not be disabled now
cy.findByRole('button', {
name: /Continue/i
Expand Down

0 comments on commit ab840af

Please sign in to comment.