Skip to content

v1.25.11 - 2025-11-12

Choose a tag to compare

@SunDevil311 SunDevil311 released this 13 Nov 05:07
· 33 commits to master since this release
091de88

Added

  • gotoDesktop(page, path) and gotoMobile(page, path) helper functions to streamline viewport + navigation setup.
  • clickAndWaitForNavigation(page, locator, options) utility for safe SPA or full-page navigation detection with optional URL pattern matching.
  • DEBUG_LOGS flag in helpers.js to allow toggling of console logs for test diagnostics.
  • Navigation debug logs to getVisibleNav() to indicate which navigation region was detected (when debugging is enabled).

Changed

  • Refactored all E2E tests to use gotoDesktop() and gotoMobile() for consistency and DRY principles.
  • Replaced brittle direct waitForNavigation() usages with clickAndWaitForNavigation() helper.
  • Updated mobile and desktop tests to improve consistency across specs and improve visibility assertions.

Removed

  • Legacy direct setViewportSize() and page.goto() calls from individual test blocks (now handled via goto*() helpers).