playwright/tests
Dmitry Gozman 155bb7fcae
fix: wait for cleanup on double SIGINT (#13411)
This is a speculative fix to leftover tmp directories.
When users issues SIGINT twice, we enter `gracefullyClose()`
twice, and shortcut the second time. It turns out, we do
not wait for directories removal.

Note: it is unknown how often we reach this codepath in practice.
2022-04-07 19:20:54 -07:00
..
android chore: skip android driver omitDriverInstall test (#13410) 2022-04-08 02:14:34 +02:00
assets feat(role): add more tests for accessible name (#13154) 2022-03-29 11:59:44 -07:00
components fix(svelte-ct): remove layout reset example (#13306) 2022-04-04 17:49:40 -07:00
config fix: wait for cleanup on double SIGINT (#13411) 2022-04-07 19:20:54 -07:00
electron chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
library fix: wait for cleanup on double SIGINT (#13411) 2022-04-07 19:20:54 -07:00
page chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
playwright-test chore: use utils via index export (3) (#13403) 2022-04-07 13:55:44 -07:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json chore: group tests under tests/ (2) (#13082) 2022-03-25 23:09:02 -07:00