diff --git a/examples/preact-spa/e2e/recovery.spec.ts-snapshots/Recovery-Page-recovery-success-1-webkit-linux.png b/examples/preact-spa/e2e/recovery.spec.ts-snapshots/Recovery-Page-recovery-success-1-webkit-linux.png new file mode 100644 index 000000000..40e4a9d4d Binary files /dev/null and b/examples/preact-spa/e2e/recovery.spec.ts-snapshots/Recovery-Page-recovery-success-1-webkit-linux.png differ diff --git a/examples/preact-spa/e2e/recovery.spec.ts-snapshots/Recovery-Page-recovery-success-2-webkit-linux.png b/examples/preact-spa/e2e/recovery.spec.ts-snapshots/Recovery-Page-recovery-success-2-webkit-linux.png new file mode 100644 index 000000000..e4c26d5ba Binary files /dev/null and b/examples/preact-spa/e2e/recovery.spec.ts-snapshots/Recovery-Page-recovery-success-2-webkit-linux.png differ diff --git a/examples/preact-spa/e2e/verification.spec.ts-snapshots/Verification-Page-verification-success-1-webkit-linux.png b/examples/preact-spa/e2e/verification.spec.ts-snapshots/Verification-Page-verification-success-1-webkit-linux.png new file mode 100644 index 000000000..69c578535 Binary files /dev/null and b/examples/preact-spa/e2e/verification.spec.ts-snapshots/Verification-Page-verification-success-1-webkit-linux.png differ diff --git a/examples/preact-spa/e2e/verification.spec.ts-snapshots/Verification-Page-verification-success-2-webkit-linux.png b/examples/preact-spa/e2e/verification.spec.ts-snapshots/Verification-Page-verification-success-2-webkit-linux.png new file mode 100644 index 000000000..d8c4d31f5 Binary files /dev/null and b/examples/preact-spa/e2e/verification.spec.ts-snapshots/Verification-Page-verification-success-2-webkit-linux.png differ diff --git a/examples/preact-spa/playwright.config.ts b/examples/preact-spa/playwright.config.ts index fc741458a..d3f0e5de6 100644 --- a/examples/preact-spa/playwright.config.ts +++ b/examples/preact-spa/playwright.config.ts @@ -54,12 +54,10 @@ export default defineConfig({ name: "chromium", use: { ...devices["Desktop Chrome"] }, }, - { name: "firefox", use: { ...devices["Desktop Firefox"] }, }, - { name: "webkit", use: { ...devices["Desktop Safari"] }, diff --git a/playwright-docker.sh b/playwright-docker.sh index e043765d1..c1a97ccb1 100755 --- a/playwright-docker.sh +++ b/playwright-docker.sh @@ -54,5 +54,5 @@ fi if [ "$project" == "preact" ]; then echo "testing preact app" - (cd examples/react-spa && runTest "preact") + (cd examples/preact-spa && runTest "preact") fi