@@ -5,9 +5,6 @@ library/browsercontext-basic.spec.ts › should close all belonging pages once c
55library/browsercontext-basic.spec.ts › should disable javascript [fail]
66library/browsercontext-basic.spec.ts › should emulate media in cross-process iframe [fail]
77library/browsercontext-basic.spec.ts › should emulate media in popup [fail]
8- library/browsercontext-basic.spec.ts › should emulate navigator.onLine [fail]
9- library/browsercontext-basic.spec.ts › should emulate offline event [fail]
10- library/browsercontext-basic.spec.ts › should work with offline option [fail]
118library/browsercontext-cookies-third-party.spec.ts › same origin third party 'Partitioned;' cookie with different origin intermediate iframe [fail]
129library/browsercontext-cookies-third-party.spec.ts › save/load third party non-partitioned cookies [fail]
1310library/browsercontext-cookies-third-party.spec.ts › save/load third party 'Partitioned;' cookies [fail]
@@ -57,11 +54,13 @@ library/browsercontext-viewport.spec.ts › should drag with high dpi [fail]
5754library/browsercontext-viewport.spec.ts › should support touch with null viewport [fail]
5855library/browsertype-connect.spec.ts › launchServer › should be able to connect 20 times to a single server without warnings [timeout]
5956library/browsertype-connect.spec.ts › launchServer › should save download [fail]
57+ library/browsertype-connect.spec.ts › launchServer › should save videos to artifactsDir [fail]
6058library/browsertype-connect.spec.ts › launchServer › should saveAs videos from remote browser [timeout]
6159library/browsertype-connect.spec.ts › launchServer › should upload a folder [fail]
6260library/browsertype-connect.spec.ts › run-server › should be able to connect 20 times to a single server without warnings [timeout]
6361library/browsertype-connect.spec.ts › run-server › should save download [fail]
6462library/browsertype-connect.spec.ts › run-server › should saveAs videos from remote browser [timeout]
63+ library/browsertype-connect.spec.ts › run-server › should save videos to artifactsDir [fail]
6564library/browsertype-connect.spec.ts › run-server › should upload a folder [fail]
6665library/browsertype-launch.spec.ts › should reject if launched browser fails immediately [fail]
6766library/capabilities.spec.ts › should play video @smoke [timeout]
@@ -135,6 +134,7 @@ library/inspector/cli-codegen-3.spec.ts › cli codegen › should generate fram
135134library/launcher.spec.ts › should throw a friendly error if its headed and there is no xserver on linux running [fail]
136135library/locator-dispatchevent-touch.spec.ts › should support touch points in touch event arguments [fail]
137136library/multiclient.spec.ts › last emulateMedia wins [fail]
137+ library/multiclient.spec.ts › should unroute websockets [timeout]
138138library/page-clock.spec.ts › popup › should tick after popup [flaky]
139139library/page-event-crash.spec.ts › should be able to close context when page crashes [timeout]
140140library/page-event-crash.spec.ts › should cancel navigation when page crashes [timeout]
@@ -149,13 +149,13 @@ library/permissions.spec.ts › permissions › should trigger permission onchan
149149library/permissions.spec.ts › should support clipboard read [fail]
150150library/popup.spec.ts › BrowserContext.addInitScript should apply to a cross-process popup [flaky]
151151library/popup.spec.ts › should expose function from browser context [fail]
152- library/popup.spec.ts › should inherit offline from browser context [fail]
153152library/popup.spec.ts › should inherit touch support from browser context [fail]
154153library/popup.spec.ts › should not dispatch binding on a closed page [fail]
155154library/popup.spec.ts › should not throw when click closes popup [timeout]
156155library/popup.spec.ts › should use viewport size from window features [timeout]
157156library/role-utils.spec.ts › axe-core accessible-text [timeout]
158157library/role-utils.spec.ts › wpt accname #2 [timeout]
158+ library/route-web-socket.spec.ts › should emit close upon frame detach [timeout]
159159library/screenshot.spec.ts › page screenshot › should work with device scale factor and scale:css [fail]
160160library/screenshot.spec.ts › page screenshot › should work with device scale factor, clip and scale:css [fail]
161161library/selector-generator.spec.ts › selector generator › should work in dynamic iframes without navigation [fail]
@@ -178,6 +178,7 @@ library/trace-viewer.spec.ts › should highlight locator in iframe while typing
178178library/trace-viewer.spec.ts › should open console errors on click [fail]
179179library/trace-viewer.spec.ts › should pick locator in iframe [fail]
180180library/trace-viewer.spec.ts › should render console [fail]
181+ library/trace-viewer.spec.ts › should show only one pointer with multilevel iframes [fail]
181182library/tracing.spec.ts › should collect trace with resources, but no js [fail]
182183library/tracing.spec.ts › should produce screencast frames crop [fail]
183184library/tracing.spec.ts › should produce screencast frames fit [fail]
0 commit comments