diff --git a/package.json b/package.json index d7c387f..50955e2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.0.0", "private": true, "repository": "https://git.mifi.dev/mifi-ventures/landing.git", - "packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc", + "packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937", "description": "mifi Ventures landing site — SvelteKit static build with critical CSS inlining", "type": "module", "scripts": { diff --git a/scripts/update-e2e-snapshots.sh b/scripts/update-e2e-snapshots.sh index 43d4f19..d3513b5 100755 --- a/scripts/update-e2e-snapshots.sh +++ b/scripts/update-e2e-snapshots.sh @@ -8,6 +8,7 @@ set -e SCRIPT_DIR="${BASH_SOURCE%/*}" PROJECT_ROOT="${SCRIPT_DIR}/.." cd "$PROJECT_ROOT" +PROJECT_ROOT="$(pwd)" if command -v docker >/dev/null 2>&1; then PLAYWRIGHT_IMAGE="${PLAYWRIGHT_IMAGE:-mcr.microsoft.com/playwright:v1.58.0-noble}" diff --git a/tests/visual.spec.ts-snapshots/home-chromium-linux.png b/tests/visual.spec.ts-snapshots/home-chromium-linux.png index 1fbc6fb..1fc0d3d 100644 Binary files a/tests/visual.spec.ts-snapshots/home-chromium-linux.png and b/tests/visual.spec.ts-snapshots/home-chromium-linux.png differ