Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -104,21 +104,6 @@
"parameters": ["firefox"],
"expectations": ["FAIL"]
},
{
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
"testIdPattern": "[browser.spec] *should not return child_process for remote browser*",
"platforms": [
"darwin",
"linux",
"win32"
],
"parameters": [
"webDriverBiDi"
],
"expectations": [
"FAIL"
]
},
{
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
"testIdPattern": "[navigation.spec] navigation Page.waitForNavigation*should work with clicking on anchor links",
Expand Down Expand Up @@ -194,21 +179,6 @@
"FAIL"
]
},
{
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
"testIdPattern": "[navigation.spec] *should navigate to empty page with networkidle2*",
"platforms": [
"darwin",
"linux",
"win32"
],
"parameters": [
"webDriverBiDi"
],
"expectations": [
"FAIL"
]
},
{
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
"testIdPattern": "[navigation.spec] *should navigate to empty page with networkidle0*",
Expand Down Expand Up @@ -1259,5 +1229,21 @@
"expectations": [
"SKIP"
]
},
{
"comment": "Firefox BiDi doesn't support multiple sessions on the same browser",
"testIdPattern": "[browser.spec] Browser.process should not return child_process for remote browser",
"platforms": [
"darwin",
"linux",
"win32"
],
"parameters": [
"firefox",
"webDriverBiDi"
],
"expectations": [
"SKIP"
]
}
]
Loading