Skip to content

Technical guide · Overview

Page status: HistoricalHistory group: Archives

NutsNews Web Offline E2E Search Strict Locator Fix

This update fixes the offline web E2E regression after the settings-locator fix by scoping the search submit and close buttons to the search dialog.

Visual overview

Primary diagram

System map

This update fixes the offline web E2E regression after the settings-locator fix by scoping the search submit and close buttons to the search dialog.

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

Diagram is not rendered yet.

View as text
NutsNews Web Offline E2E Search Strict Locator Fix

This update fixes the offline web E2E regression after the settings-locator fix by scoping the search submit and close buttons to the search dialog.

flowchart TB
  accTitle: NutsNews Web Offline E2E Search Strict Locator Fix
  accDescr {
    This update fixes the offline web E2E regression after the settings-locator fix by scoping the search submit and close buttons to the search dialog.
  }
  A["NutsNews Web Offline E2E Search Strict Locator Fix"] --> B["archive/root-cleanup/WEB_OFFLINE_E2E_SEARCH_STRICT_FIX_README.md"]
  B --> C["Auto-generated placeholder diagram"]

NutsNews Web Offline E2E Search Strict Locator Fix

Fullscreen diagram view.

NutsNews Web Offline E2E Search Strict Locator Fix

Section titled “NutsNews Web Offline E2E Search Strict Locator Fix”

This update fixes the offline web E2E regression after the settings-locator fix by scoping the search submit and close buttons to the search dialog.

It also intercepts /_next/image in Playwright and returns a tiny mock PNG so the test does not depend on Next.js fetching localhost/mock images through the image optimizer.

  • scripts/web_offline_e2e_regression.mjs
  • docs/WEB_OFFLINE_E2E_REGRESSION_TEST.md
Terminal window
cd /Users/ramideltoro/WebstormProjects/nutsnews3/web
npm run test:e2e:offline