Skip to content

Commit

Permalink
refactor: transaction list selector cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayagoumi committed Dec 27, 2023
1 parent 279b96f commit 6a996e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/e2e/explorer_latest_transaction_list_Xchain.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { expect } from 'chai'

let transactionsBody = {
transactions: [
{
Expand Down Expand Up @@ -279,7 +277,7 @@ describe('latest transaction list Xchainet', { tags: ['@explorer', '@suite'] },
})
})
cy.wait('@transactions').then(() => {
cy.get('.css-1voxykv-MuiPaper-root').should('be.visible')
cy.get('[aria-label="transaction-list"]').should('be.visible')
cy.get(
':nth-child(1) > .MuiGrid-grid-md-4 > .MuiGrid-container > .MuiGrid-grid-xs-8 > a > .MuiTypography-root',
)
Expand Down

0 comments on commit 6a996e5

Please sign in to comment.