Commit 0076fdc6 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

test(e2e): skip outdated disconnect-wallet test (#6722)

parent 48b4a533
import { getTestSelector } from '../../utils' import { getTestSelector } from '../../utils'
describe('disconnect wallet', () => { describe.skip('disconnect wallet', () => {
it('should clear state', () => { it('should clear state', () => {
cy.visit('/swap', { ethereum: 'hardhat' }) cy.visit('/swap', { ethereum: 'hardhat' })
cy.get('#swap-currency-input .token-amount-input').clear().type('1') cy.get('#swap-currency-input .token-amount-input').clear().type('1')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment