Skip to content

Commit 7e84e87

Browse files
committed
Ignore should work with anchor navigation
1 parent c618372 commit 7e84e87

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
@@ -113,6 +113,21 @@
113113
"FAIL"
114114
]
115115
},
116+
{
117+
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
118+
"testIdPattern": "[navigation.spec] *should work with anchor navigation*",
119+
"platforms": [
120+
"darwin",
121+
"linux",
122+
"win32"
123+
],
124+
"parameters": [
125+
"webDriverBiDi"
126+
],
127+
"expectations": [
128+
"FAIL"
129+
]
130+
},
116131
{
117132
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
118133
"testIdPattern": "[navigation.spec] * should fail when main resources failed to load",

0 commit comments

Comments
 (0)