Skip to content

Commit

Permalink
fix(cypress): memory issue v2
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadUmer44 committed Sep 21, 2024
1 parent 85033f1 commit 7373813
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cypress/e2e/sourcesTable/sourcesTable.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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')
Expand All @@ -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')
Expand Down

0 comments on commit 7373813

Please sign in to comment.