diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-27 15:06:09 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-27 15:06:09 -0600 |
| commit | f6fb753b95284a34021ea6fa62981f8dc846a33d (patch) | |
| tree | 04f152bc53629c7dd3f3e57918e7776e1bf17199 /test | |
| parent | f4678f4c08f7439363b4d7f842de0a3dd4520352 (diff) | |
chore: switch to firefox
Diffstat (limited to 'test')
| -rw-r--r-- | test/e2e_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e_test.go b/test/e2e_test.go index 218b395d..3a02bd2f 100644 --- a/test/e2e_test.go +++ b/test/e2e_test.go @@ -23,7 +23,7 @@ func TestAuthx(t *testing.T) { _ = playwright.Install() pw := x.Must(playwright.Run()) - browser := x.Must(pw.Chromium.Launch(playwright.BrowserTypeLaunchOptions{ + browser := x.Must(pw.Firefox.Launch(playwright.BrowserTypeLaunchOptions{ Headless: playwright.Bool(env.Fetch("HEADLESS", "true") == "true"), SlowMo: playwright.Float(1000), })) |
