playwright/tests
Dmitry Gozman ac2a35d0ed chore: deprecate/remove noWaitAfter from some actions
The following actions keep `noWaitAfter` option:
- `click`
- `selectOption`
- `press`

All other actions that used to have `noWaitAfter` now
only behave like it was set to true, not waiting for
follow-up navigations. In the docs, this option is marked
as completely ignored.

A small logic change was made to compensate for this behavior:
when waiting for the `hitTargetInterceptor`, we now race it
against navigations to avoid stalling when navigation stalls.
Previously, waiting for the interceptor was disabled when
`noWaitAfter` was passed, and since it's impossible to pass
this option now, we mitigate with never stalling instead.
2024-07-17 18:24:46 +01:00
..
android chore: update flakiness metadata for better ui presentation (#31528) 2024-07-03 08:39:53 -07:00
assets feat: support client certificates (#31529) 2024-07-12 11:42:24 +02:00
components feat(ct): experimental route fixture (#31554) 2024-07-06 09:35:20 -07:00
config Revert "chore: move artifacts recording to TestLifecycleInstrumentation (#30935)" (#31686) 2024-07-15 07:01:51 -07:00
electron chore: update flakiness metadata for better ui presentation (#31528) 2024-07-03 08:39:53 -07:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation fix(electron): tracing with @playwright/test (#31437) 2024-07-01 19:19:38 +02:00
library chore: deprecate/remove noWaitAfter from some actions 2024-07-17 18:24:46 +01:00
page chore: deprecate/remove noWaitAfter from some actions 2024-07-17 18:24:46 +01:00
playwright-test fix(connect): annotate internal api calls correctly (#31715) 2024-07-17 09:00:47 +02:00
stress chore: drop firefox-asan (#30626) 2024-05-01 22:13:00 +00:00
third_party/proxy chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
webview2 chore: update flakiness metadata for better ui presentation (#31528) 2024-07-03 08:39:53 -07:00
.eslintrc.js chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
tsconfig.json chore: use own socks5 server for tests (#31639) 2024-07-11 14:12:48 +02:00