Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jun 5, 2024
1 parent 09f3492 commit 3a95838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/pages/dashboard.pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const txBuilder = 'a[href*="tx-builder"]'
const safeSpecificLink = 'a[href*="&appUrl=http"]'
const copyShareBtn = '[data-testid="copy-btn-icon"]'
const exploreAppsBtn = '[data-testid="explore-apps-btn"]'
const viewAllLink = '[data-testid="view-all-link"]'
const viewAllLink = '[data-testid="view-all-link"][href^="/transactions/queue"]'
const noTxIcon = '[data-testid="no-tx-icon"]'
const noTxText = '[data-testid="no-tx-text"]'
const pendingTxWidget = '[data-testid="pending-tx-widget"]'
Expand Down

0 comments on commit 3a95838

Please sign in to comment.