diff --git a/cypress/e2e/sourcesTable/sourcesTable.cy.ts b/cypress/e2e/sourcesTable/sourcesTable.cy.ts index 19dc98033c..6c014d2906 100644 --- a/cypress/e2e/sourcesTable/sourcesTable.cy.ts +++ b/cypress/e2e/sourcesTable/sourcesTable.cy.ts @@ -4,16 +4,10 @@ describe('Sources Table / Home interactions', () => { cy.initialSetup('alice', 300) - cy.wait(3000) - cy.get('#cy-open-soure-table').click() - cy.wait(2000) - cy.contains('button', 'Sources Table').click() - cy.wait(2000) - cy.get('tbody.MuiTableBody-root').find('tr').its('length').should('be.gt', 0) cy.contains('button', 'Twitter Handle').click() @@ -26,8 +20,6 @@ describe('Sources Table / Home interactions', () => { cy.contains('button', 'All').click() - cy.wait(1000) - cy.get('tbody.MuiTableBody-root') .find('tr') .its('length') @@ -46,8 +38,6 @@ describe('Sources Table / Home interactions', () => { cy.get('button[kind="small"]').contains('Yes').click() - cy.wait(1000) - cy.get('tbody.MuiTableBody-root') .find('tr') .its('length')