Skip to content

Commit fd48af1

Browse files
authored
Update upstream expectations (#2840)
* Update upstream expectations * Ignore browsercontext.spec in bidi * Ignore another test
1 parent 66f2267 commit fd48af1

File tree

2 files changed

+626
-854
lines changed

2 files changed

+626
-854
lines changed

lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,21 @@
135135
"FAIL"
136136
]
137137
},
138+
{
139+
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
140+
"testIdPattern": "[navigation.spec] *should navigate to dataURL and fire dataURL requests*",
141+
"platforms": [
142+
"darwin",
143+
"linux",
144+
"win32"
145+
],
146+
"parameters": [
147+
"webDriverBiDi"
148+
],
149+
"expectations": [
150+
"FAIL"
151+
]
152+
},
138153
{
139154
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
140155
"testIdPattern": "[navigation.spec] navigation Frame.goto*",
@@ -420,6 +435,21 @@
420435
"FAIL"
421436
]
422437
},
438+
{
439+
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
440+
"testIdPattern": "[browsercontext.spec] *",
441+
"platforms": [
442+
"darwin",
443+
"linux",
444+
"win32"
445+
],
446+
"parameters": [
447+
"webDriverBiDi"
448+
],
449+
"expectations": [
450+
"FAIL"
451+
]
452+
},
423453
{
424454
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
425455
"testIdPattern": "[device-request-prompt.spec] *",

0 commit comments

Comments
 (0)