Skip to content

Commit 4ccfbc9

Browse files
committed
Remove localhost from config
1 parent 6197030 commit 4ccfbc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module.exports = {
99
RETAIL_APP_HOME:
10-
process.env.RETAIL_APP_HOME || "localhost:3000" ||
10+
process.env.RETAIL_APP_HOME ||
1111
"https://scaffold-pwa-e2e-tests-pwa-kit.mobify-storefront.com",
1212
GENERATED_PROJECTS_DIR: "../generated-projects",
1313
GENERATE_PROJECTS: ["retail-app-demo", "retail-app-ext", "retail-app-no-ext"],

e2e/tests/desktop/registered-shopper.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ test("Registered shopper can add item to wishlist", async ({ page }) => {
148148
})
149149

150150
if(!isLoggedIn) {
151-
await registerShopper({page, userCredentials: generateUserCredentials()})
151+
await registerShopper({page, userCredentials: generateUserCredentials() })
152152
}
153153

154154
// Navigate to PDP

0 commit comments

Comments
 (0)