test: disable check (#1009)

* test: disable check

* test: remove check
This commit is contained in:
AndyWhiteVega 2022-08-16 12:33:46 +01:00 committed by GitHub
parent 3de748a133
commit f8ce70b8fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,12 +278,6 @@ context('Staking Tab - with eth and vega wallets connected', function () {
cy.staking_validator_page_add_stake('1');
cy.get(vegaWalletNextEpochBalances, txTimeout).should(
'contain',
1.0,
txTimeout
);
cy.get(vegaWalletUnstakedBalance, txTimeout).should(
'contain',
2.0,