playwright/packages
Dmitry Gozman 3ae50861a3
fix(reload): make sure reload() does not pick same-document navigaiton (#16504)
We lack `documentId` when doing a reload over browser protocols, so
`reload()` waits for the next navigation to finish. Sometimes, the page
might issue a same-document navigation while reload is in progress,
which confuses the reload command.

To fix the issue, just ignore same-document navigations for reload,
because it is always a new document.
2022-08-12 13:48:47 -07:00
..
html-reporter feat(test runner): separate interrupted status from skipped (#16124) 2022-08-02 12:55:43 -07:00
playwright chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
playwright-chromium chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
playwright-core fix(reload): make sure reload() does not pick same-document navigaiton (#16504) 2022-08-12 13:48:47 -07:00
playwright-ct-react chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
playwright-ct-svelte chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
playwright-ct-vue chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
playwright-ct-vue2 chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
playwright-firefox chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
playwright-test fix(ct): pass local config to preview (#16481) 2022-08-12 10:37:35 -07:00
playwright-webkit chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
recorder feat(inspector): add keyboard shortcuts (#12014) (#15326) 2022-07-07 11:25:48 -07:00
trace-viewer chore: trace viewer fallback error (#16365) 2022-08-09 15:53:11 -07:00
web fix(types): follow up to react 18 changes (#14671) 2022-06-06 21:05:47 -07:00
.eslintrc.js chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00