Skip to content

Simple guide · Overview

Page status: HistoricalHistory group: Archives

NutsNews Web Offline E2E Page Locator Fix

This update tightens the offline Web E2E checks for About, Privacy, and Contact pages.

Visual overview

Primary diagram

System map

This update tightens the offline Web E2E checks for About, Privacy, and Contact pages.

Render the repository-owned system map when you need it.

Diagram is not rendered yet.

View as text
NutsNews Web Offline E2E Page Locator Fix

This update tightens the offline Web E2E checks for About, Privacy, and Contact pages.

flowchart TB
  accTitle: NutsNews Web Offline E2E Page Locator Fix
  accDescr {
    This update tightens the offline Web E2E checks for About, Privacy, and Contact pages.
  }
  A["NutsNews Web Offline E2E Page Locator Fix"] --> B["archive/root-cleanup/WEB_OFFLINE_E2E_PAGE_LOCATOR_FIX_README.md"]
  B --> C["Auto-generated placeholder diagram"]

NutsNews Web Offline E2E Page Locator Fix

Fullscreen diagram view.

This update tightens the offline Web E2E checks for About, Privacy, and Contact pages.

The previous About check used page.getByText(/About NutsNews/i), which can also match Next.js route-announcer text. Playwright strict mode correctly fails when a locator matches more than one element.

The updated test scopes page-content checks to main so the regression verifies visible page content and ignores route-announcer accessibility text.

Run:

Terminal window
cd /Users/ramideltoro/WebstormProjects/nutsnews3/web
npm run test:e2e:offline