Skip to content

Commit

Permalink
Remove localhost from config
Browse files Browse the repository at this point in the history
  • Loading branch information
shethj committed Jan 29, 2025
1 parent 6197030 commit 4ccfbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

module.exports = {
RETAIL_APP_HOME:
process.env.RETAIL_APP_HOME || "localhost:3000" ||
process.env.RETAIL_APP_HOME ||
"https://scaffold-pwa-e2e-tests-pwa-kit.mobify-storefront.com",
GENERATED_PROJECTS_DIR: "../generated-projects",
GENERATE_PROJECTS: ["retail-app-demo", "retail-app-ext", "retail-app-no-ext"],
Expand Down
2 changes: 1 addition & 1 deletion e2e/tests/desktop/registered-shopper.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ test("Registered shopper can add item to wishlist", async ({ page }) => {
})

if(!isLoggedIn) {
await registerShopper({page, userCredentials: generateUserCredentials()})
await registerShopper({page, userCredentials: generateUserCredentials() })
}

// Navigate to PDP
Expand Down

0 comments on commit 4ccfbc9

Please sign in to comment.