Skip to content

fix(e2e): align tests with SSR wallet list and renamed nav subsection#18108

Merged
pettinarip merged 1 commit into
stagingfrom
fix/e2e-tests-find-wallet-and-mobile-nav
May 1, 2026
Merged

fix(e2e): align tests with SSR wallet list and renamed nav subsection#18108
pettinarip merged 1 commit into
stagingfrom
fix/e2e-tests-find-wallet-and-mobile-nav

Conversation

@pettinarip
Copy link
Copy Markdown
Member

@pettinarip pettinarip commented May 1, 2026

Summary

Two unrelated regressions in the v11.6.0 release broke Tests / e2e-tests (failed run). Both are test-side fixes; no product behavior changes.

  • FindWalletPage.walletRowsfix(seo): ssr the wallet list on /wallets/find-wallet #18067 changed the find-wallet list from a virtualizer to render-all-and-hide for SSR. Filtered-out wallets are still in the DOM with class="hidden", so verifyFilteredResults was iterating over hidden rows that legitimately don't contain the chosen OS keyword. Narrowed the locator to :scope > details:not(.hidden).
  • home.spec.ts mobile navNavigation update - remove use case pop-out  #18058 renamed the learn/basics subsection to learn/ethereum-explained (label "Ethereum explained"). The literal "basics" no longer matches any button in the mobile sidebar. Updated to "ethereum explained".

Test plan

  • find-wallet sidebar filters - desktop (e2e) passes locally
  • find-wallet sidebar filters - mobile (e2e-mobile-chrome) passes locally
  • home navigation menu - mobile (e2e-mobile-chrome) passes locally
  • Tests / e2e-tests workflow goes green on this PR

- FindWalletPage walletRows: exclude hidden rows so filter assertions
  only run against visible wallets after the find-wallet list switched
  from virtualization to render-all-and-hide.
- home mobile nav: subsection renamed from "basics" to
  "ethereum explained" in the navigation update.
@netlify
Copy link
Copy Markdown

netlify Bot commented May 1, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 1fa6874
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/69f496f4fbd18900085997af
😎 Deploy Preview https://deploy-preview-18108.ethereum.it
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 67 (🟢 up 13 from production)
Accessibility: 96 (🟢 up 3 from production)
Best Practices: 100 (no change from production)
SEO: 98 (🔴 down 1 from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@pettinarip pettinarip merged commit a6cf04f into staging May 1, 2026
16 checks passed
@pettinarip pettinarip deleted the fix/e2e-tests-find-wallet-and-mobile-nav branch May 1, 2026 12:28
@pettinarip pettinarip mentioned this pull request May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant