Skip to content

Commit c618372

Browse files
committed
ignore should navigate to about:blank
1 parent 05951a2 commit c618372

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,21 @@
9898
"FAIL"
9999
]
100100
},
101+
{
102+
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
103+
"testIdPattern": "[navigation.spec] *should navigate to about:blank*",
104+
"platforms": [
105+
"darwin",
106+
"linux",
107+
"win32"
108+
],
109+
"parameters": [
110+
"webDriverBiDi"
111+
],
112+
"expectations": [
113+
"FAIL"
114+
]
115+
},
101116
{
102117
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
103118
"testIdPattern": "[navigation.spec] * should fail when main resources failed to load",

0 commit comments

Comments
 (0)