Skip to content

Commit

Permalink
Some improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
htuzel committed Nov 21, 2024
1 parent 68d5349 commit 623a45e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,4 @@ jobs:
config-file: cypress.config.js
env:
CYPRESS_SANDBOX_HOST: ${{ vars.SANDBOX_HOST }}
SANDBOX_HOST: ${{ vars.SANDBOX_HOST }}
2 changes: 1 addition & 1 deletion cypress/e2e/variation.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe('Algolia Search', () => {
beforeEach(() => {
const host = Cypress.env('CYPRESS_SANDBOX_HOST');
const host = Cypress.env('SANDBOX_HOST');

// Visit your website's homepage or search page
cy.visit(`https://${host}/on/demandware.store/Sites-RefArch-Site`);
Expand Down

0 comments on commit 623a45e

Please sign in to comment.