Releases
v1.25.11
Compare
Sorry, something went wrong.
No results found
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).
You can’t perform that action at this time.