test: add comments

This commit is contained in:
Alex 2024-05-03 17:28:49 +02:00
parent 0af4664b8a
commit 74466e4d40

View File

@ -623,7 +623,7 @@
"platforms": ["darwin", "linux", "win32"], "platforms": ["darwin", "linux", "win32"],
"parameters": ["webDriverBiDi"], "parameters": ["webDriverBiDi"],
"expectations": ["SKIP"], "expectations": ["SKIP"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" "comment": "In WebDriver BiDi fetch errors do not result in console message. TODO: investigate if that should be changed."
}, },
{ {
"testIdPattern": "[page.spec] Page Page.Events.Console should return remote objects", "testIdPattern": "[page.spec] Page Page.Events.Console should return remote objects",
@ -644,7 +644,7 @@
"platforms": ["darwin", "linux", "win32"], "platforms": ["darwin", "linux", "win32"],
"parameters": ["webDriverBiDi"], "parameters": ["webDriverBiDi"],
"expectations": ["SKIP"], "expectations": ["SKIP"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" "comment": "In WebDriver BiDi fetch errors do not result in console message. TODO: investigate if that should be changed."
}, },
{ {
"testIdPattern": "[page.spec] Page Page.Events.error should throw when page crashes", "testIdPattern": "[page.spec] Page Page.Events.error should throw when page crashes",