Skip to content

Commit

Permalink
test: update canary expectations (#12386)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 4, 2024
1 parent 5772210 commit f23646b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CanaryTestExpectations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
{
"testIdPattern": "[pdf.spec] Page.pdf can print to PDF with outline",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "headful"],
"parameters": ["chrome", "headful", "cdp"],
"expectations": ["PASS"],
"comment": "fixed in canary"
},
{
"testIdPattern": "[pdf.spec] Page.pdf can print to PDF with outline",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "headless"],
"parameters": ["chrome", "headless", "cdp"],
"expectations": ["PASS"],
"comment": "fixed in canary"
}
Expand Down

0 comments on commit f23646b

Please sign in to comment.