Skip to content

Commit

Permalink
fixing cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isuru-aot committed Nov 28, 2023
1 parent d2f779f commit 954c382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/core-web/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Cypress.Commands.add("login", () => {
environment: Cypress.env("CYPRESS_ENVIRONMENT"),
flagsmithUrl: Cypress.env("CYPRESS_FLAGSMITH_URL"),
flagsmithKey: Cypress.env("CYPRESS_FLAGSMITH_KEY"),
errorNotifyRecipients: Cypress.env("ERROR_NOTIFY_RECIPIENTS"),
errorNotifyRecipients: "[email protected]",
};

cy.intercept("GET", environmentUrl, (req) => {
Expand Down
2 changes: 1 addition & 1 deletion services/minespace-web/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Cypress.Commands.add("login", () => {
matomoUrl: Cypress.env("CYPRESS_MATOMO_URL"),
filesystemProviderUrl: Cypress.env("CYPRESS_FILE_SYSTEM_PROVIDER_URL"),
flagsmithUrl: Cypress.env("CYPRESS_FLAGSMITH_URL"),
errorNotifyRecipients: Cypress.env("ERROR_NOTIFY_RECIPIENTS"),
errorNotifyRecipients: "[email protected]",
flagsmithKey: Cypress.env("CYPRESS_FLAGSMITH_KEY"),
keycloak_clientId: Cypress.env("CYPRESS_KEYCLOAK_CLIENT_ID"),
keycloak_resource: Cypress.env("CYPRESS_KEYCLOAK_RESOURCE"),
Expand Down

0 comments on commit 954c382

Please sign in to comment.