diff --git a/tests/siteScreenshots.spec.ts b/tests/siteScreenshots.spec.ts index 9dac421..b1d3e68 100644 --- a/tests/siteScreenshots.spec.ts +++ b/tests/siteScreenshots.spec.ts @@ -3,7 +3,9 @@ import { argosScreenshot } from "@argos-ci/playwright"; import * as fs from "fs"; import * as cheerio from "cheerio"; -const siteUrl = process.env.SITE_URL ?? "https://reactnative.dev"; +const siteUrl = + process.env.SITE_URL ?? + "https://deploy-preview-4607--react-native.netlify.app"; const isProd = siteUrl === "https://reactnative.dev"; console.log({ siteUrl, isProd });