From b616aee978651e0f397ea4451b7d0138fcfde094 Mon Sep 17 00:00:00 2001 From: Madalina Raicu Date: Fri, 21 Apr 2023 15:28:08 +0300 Subject: [PATCH] fix(trdaing): trading accounts test --- apps/trading-e2e/src/integration/trading-accounts.cy.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/trading-e2e/src/integration/trading-accounts.cy.ts b/apps/trading-e2e/src/integration/trading-accounts.cy.ts index e97fdc7bf..16823221f 100644 --- a/apps/trading-e2e/src/integration/trading-accounts.cy.ts +++ b/apps/trading-e2e/src/integration/trading-accounts.cy.ts @@ -29,12 +29,7 @@ describe('accounts', { tags: '@smoke' }, () => { cy.getByTestId('tab-accounts') .get(tradingAccountRowId) - .find('[data-testid="deposit"]') - .should('have.text', ''); - - cy.getByTestId('tab-accounts') - .get(tradingAccountRowId) - .find('[col-id="accounts-actions"] [data-testid="withdraw"]') + .find('[col-id="accounts-actions"]') .should('have.text', ''); cy.getByTestId('tab-accounts')