Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Dec 2, 2024
1 parent 16a5bbd commit ef703a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/cypress/tests/unknown-transaction.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('Unknown Transaction', () => {
.should('be.visible')
.within(() => {
multisigPage.pendingTransactionItem().should('have.length', 2)
multisigPage.dateLabel().should('have.length', 2)
multisigPage.dateLabel().should('have.length', 1)
multisigPage.dateLabel().eq(0).contains('September 12, 2024')
multisigPage
.pendingTransactionItem()
Expand Down

0 comments on commit ef703a5

Please sign in to comment.