chore: fix deposits test (#1143)
This commit is contained in:
parent
750c421ed5
commit
9825e8f436
@ -13,12 +13,10 @@ describe('deposit form validation', () => {
|
|||||||
});
|
});
|
||||||
cy.visit('/portfolio/deposit');
|
cy.visit('/portfolio/deposit');
|
||||||
|
|
||||||
|
cy.wait('@AssetsConnection');
|
||||||
// Deposit page requires connection Ethereum wallet first
|
// Deposit page requires connection Ethereum wallet first
|
||||||
cy.getByTestId(connectEthWalletBtn).click();
|
cy.getByTestId(connectEthWalletBtn).click();
|
||||||
cy.getByTestId('web3-connector-MetaMask').click();
|
cy.getByTestId('web3-connector-MetaMask').click();
|
||||||
|
|
||||||
cy.wait('@AssetsConnection');
|
|
||||||
cy.contains('Deposit');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('handles empty fields', () => {
|
it('handles empty fields', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user