Skip to content

Commit

Permalink
Fix webgl1 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
itanka9 authored Nov 2, 2023
1 parent 79bd39f commit ab4d99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/screenshots/plugin.screen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const init = async (
rotation: opts.rotation ?? -111,
pitch: 45,
disableAntiAliasing: true,
webglVersion: 1,
});

await page.evaluate(
Expand Down

0 comments on commit ab4d99c

Please sign in to comment.