Commit 1f0b8ffa authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

test: disable /send redirect test temporarily (#6070)

parent c59b3d7d
......@@ -4,7 +4,7 @@ describe('Send', () => {
cy.url().should('include', '/swap')
})
it('should redirect with url params', () => {
it.skip('should redirect with url params', () => {
cy.visit('/send?outputCurrency=ETH&recipient=bob.argent.xyz')
cy.url().should('contain', '/swap?outputCurrency=ETH&recipient=bob.argent.xyz')
})
......
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