diff --git a/cypress/e2e/explorer_latest_transaction_list_Xchain.cy.ts b/cypress/e2e/explorer_latest_transaction_list_Xchain.cy.ts index 41745a1d..8e68ae2f 100644 --- a/cypress/e2e/explorer_latest_transaction_list_Xchain.cy.ts +++ b/cypress/e2e/explorer_latest_transaction_list_Xchain.cy.ts @@ -1,5 +1,3 @@ -import { expect } from 'chai' - let transactionsBody = { transactions: [ { @@ -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', ) diff --git a/public/index.html b/public/index.html index ea5bfd7b..16d02ffe 100644 --- a/public/index.html +++ b/public/index.html @@ -1,8 +1,8 @@ - + - + @@ -38,12 +38,12 @@