Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
  • Loading branch information
2 people authored and OrKoN committed Oct 23, 2023
1 parent 65c165f commit d6a53b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
16 changes: 2 additions & 14 deletions test/TestExpectations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1692,22 +1692,10 @@
"expectations": ["FAIL"]
},
{
"testIdPattern": "[device-request-prompt.spec] device request prompt can be cancelled",
"testIdPattern": "[device-request-prompt.spec] *",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "headless"],
"expectations": ["FAIL"]
},
{
"testIdPattern": "[device-request-prompt.spec] device request prompt can be opened",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "headless"],
"expectations": ["FAIL"]
},
{
"testIdPattern": "[device-request-prompt.spec] device request prompt waitForDevice does not crash",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "headless"],
"expectations": ["FAIL"]
"expectations": ["SKIP"]
},
{
"testIdPattern": "[dialog.spec] Page.Events.Dialog should allow accepting prompts",
Expand Down
2 changes: 1 addition & 1 deletion test/src/device-request-prompt.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('device request prompt', function () {
this.timeout(1_000);
let state: Awaited<ReturnType<typeof launch>>;

before(async () => {
before(async function () {
this.timeout(10_000);
state = await launch(
{
Expand Down

0 comments on commit d6a53b7

Please sign in to comment.