You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add seeCurrentPathEquals method to ignore query strings
Adds new assertion method to check URL path equality while ignoring
query parameters and URL fragments.
- I.seeCurrentPathEquals('/info') passes for '/info?user=1', '/info#section'
- I.seeCurrentPathEquals('/') passes for '/', '/?user=ok', '/#top'
Implemented in Playwright, Puppeteer, and WebDriver helpers using native
URL class for pathname extraction.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments