Skip to content

Commit ea323d5

Browse files
author
GitHub Actions
committed
Update dashboard
1 parent 5624cc3 commit ea323d5

4 files changed

Lines changed: 990 additions & 988 deletions

File tree

chrome-failing.json

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,6 @@
293293
"emulate media should not be affected by second connectOverCDP with noDefaults"
294294
]
295295
},
296-
"library/chromium/connect-to-worker.spec.ts": {
297-
"failing": [
298-
"should connect, evaluate, receive console and disconnect"
299-
]
300-
},
301296
"library/chromium/css-coverage.spec.ts": {
302297
"failing": [
303298
"should work",
@@ -564,9 +559,7 @@
564559
"failing": [
565560
"should not allow parallel js coverage and cleanup upon disconnect",
566561
"should not allow parallel css coverage",
567-
"last emulateMedia wins",
568-
"should unroute websockets",
569-
"should remove init scripts upon disconnect"
562+
"last emulateMedia wins"
570563
],
571564
"skipped": [
572565
"should chain routes with changed url"
@@ -620,20 +613,19 @@
620613
},
621614
"library/popup.spec.ts": {
622615
"failing": [
623-
"should inherit user agent from browser context @smoke",
624616
"should respect routes from browser context",
625617
"should inherit http credentials from browser context",
626618
"should inherit touch support from browser context",
627619
"should use viewport size from window features",
628620
"should respect routes from browser context when using window.open",
621+
"BrowserContext.addInitScript should apply to a cross-process popup",
629622
"should not throttle rAF in the opener page"
630623
]
631624
},
632625
"library/proxy.spec.ts": {
633626
"failing": [
634627
"should authenticate",
635628
"should work with authenticate followed by redirect",
636-
"should proxy local network requests > by default > loopback address",
637629
"should reconnect with credentials after CONNECT 407 closes the socket"
638630
],
639631
"skipped": [
@@ -763,9 +755,9 @@
763755
},
764756
"library/trace-viewer.spec.ts": {
765757
"failing": [
766-
"should open two trace viewers",
767758
"should filter network requests by url",
768759
"should handle multiple headers",
760+
"should handle file URIs",
769761
"should highlight target elements",
770762
"should pick locator",
771763
"should update highlight when typing locator",
@@ -774,6 +766,7 @@
774766
"should highlight locator in iframe while typing",
775767
"should not leak recorders",
776768
"canvas disabled title",
769+
"canvas clipping",
777770
"should generate aria snapshot with unaltered urls",
778771
"should reflect system color scheme changes in document theme",
779772
"should not navigate on anchor clicks",
@@ -784,6 +777,7 @@
784777
},
785778
"library/tracing.spec.ts": {
786779
"failing": [
780+
"should collect trace with resources, but no js",
787781
"should save trace while a WebSocket keeps streaming frames"
788782
],
789783
"skipped": [
@@ -793,6 +787,9 @@
793787
]
794788
},
795789
"library/video.spec.ts": {
790+
"failing": [
791+
"screencast > should capture navigation"
792+
],
796793
"skipped": [
797794
"screencast > should scale frames down to the requested size ",
798795
"screencast > should capture full viewport",
@@ -942,9 +939,6 @@
942939
]
943940
},
944941
"page/page-basic.spec.ts": {
945-
"failing": [
946-
"frame.press should work"
947-
],
948942
"skipped": [
949943
"page.frame should respect name"
950944
]
@@ -1023,6 +1017,7 @@
10231017
},
10241018
"page/page-event-request.spec.ts": {
10251019
"failing": [
1020+
"should fire for navigation requests",
10261021
"should report requests and responses handled by service worker",
10271022
"should report requests and responses handled by service worker with routing",
10281023
"should report navigation requests and responses handled by service worker with routing",
@@ -1054,16 +1049,15 @@
10541049
"should work cross-process",
10551050
"should work with Cross-Origin-Opener-Policy",
10561051
"should work with Cross-Origin-Opener-Policy after redirect",
1052+
"should capture iframe navigation request",
10571053
"should capture cross-process iframe navigation request",
10581054
"should work with anchor navigation",
10591055
"should work with redirects",
10601056
"should return response when page changes its URL after load",
10611057
"should work with subframes return 204",
1062-
"should work with subframes return 204 with domcontentloaded",
10631058
"should navigate to empty page with domcontentloaded",
10641059
"should fail when replaced by another navigation",
10651060
"js redirect overrides url bar navigation ",
1066-
"should work with self requesting page",
10671061
"should send referer",
10681062
"should send referer of cross-origin URL",
10691063
"should override referrer-policy",
@@ -1157,7 +1151,6 @@
11571151
},
11581152
"page/page-request-continue.spec.ts": {
11591153
"failing": [
1160-
"continue should drop content-length on redirects",
11611154
"should not delete the origin header"
11621155
]
11631156
},
@@ -1204,7 +1197,9 @@
12041197
},
12051198
"page/page-screenshot.spec.ts": {
12061199
"failing": [
1207-
"page screenshot > should allow transparency"
1200+
"page screenshot > should allow transparency",
1201+
"page screenshot animations > should not capture css animations in shadow DOM",
1202+
"page screenshot animations > should wait for fonts to load"
12081203
],
12091204
"skipped": [
12101205
"page screenshot > should produce a valid webp screenshot",
@@ -1227,6 +1222,7 @@
12271222
},
12281223
"page/page-wait-for-load-state.spec.ts": {
12291224
"failing": [
1225+
"should resolve immediately if load state matches",
12301226
"should wait for load state of empty url popup",
12311227
"should wait for load state of about:blank popup ",
12321228
"should wait for load state of about:blank popup with noopener "
@@ -1235,9 +1231,8 @@
12351231
"page/page-wait-for-request.spec.ts": {
12361232
"failing": [
12371233
"should work",
1238-
"should work with no timeout",
1239-
"should work with url match",
1240-
"should work with url match regular expression from a different context"
1234+
"should work with predicate",
1235+
"should work with no timeout"
12411236
]
12421237
},
12431238
"page/page-wait-for-selector-1.spec.ts": {
@@ -1247,7 +1242,8 @@
12471242
},
12481243
"page/page-wait-for-selector-2.spec.ts": {
12491244
"failing": [
1250-
"should throw when frame is detached xpath"
1245+
"should throw when frame is detached xpath",
1246+
"should fail when navigating while on handle"
12511247
]
12521248
},
12531249
"page/wheel.spec.ts": {

data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

firefox-failing.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,11 @@
311311
"clock should be realtime"
312312
]
313313
},
314+
"library/page-close.spec.ts": {
315+
"failing": [
316+
"should not treat navigations as new popups"
317+
]
318+
},
314319
"library/page-event-crash.spec.ts": {
315320
"failing": [
316321
"should emit crash event when page crashes",
@@ -414,7 +419,6 @@
414419
"should filter network requests by url",
415420
"should pick locator in iframe",
416421
"should highlight locator in iframe while typing",
417-
"should filter network requests by multiple resource types",
418422
"should filter network requests by websocket type",
419423
"should show websocket messages"
420424
],
@@ -425,6 +429,7 @@
425429
},
426430
"library/tracing.spec.ts": {
427431
"failing": [
432+
"should produce screencast frames fit",
428433
"should produce screencast frames crop",
429434
"should produce screencast frames scale",
430435
"should save trace while a WebSocket keeps streaming frames"
@@ -746,7 +751,8 @@
746751
"page/page-screenshot.spec.ts": {
747752
"failing": [
748753
"page screenshot > should allow transparency",
749-
"page screenshot animations > should not capture pseudo element css animation"
754+
"page screenshot animations > should not capture pseudo element css animation",
755+
"page screenshot animations > should wait for fonts to load"
750756
],
751757
"skipped": [
752758
"page screenshot > should capture blinking caret if explicitly asked for",

0 commit comments

Comments
 (0)