Skip to content

Commit

Permalink
Replace team email address
Browse files Browse the repository at this point in the history
Use interoperabel@ instead of generic digitalchek@
  • Loading branch information
mpanne committed Jan 20, 2025
1 parent a6897f4 commit 4c4227a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/dito/app/resources/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ Beispiele für Akteur:innen sind:
},
emailTemplate: {
toNkr: "[email protected]",
toDC: "digitalcheck@digitalservice.bund.de",
toDC: "interoperabel@digitalservice.bund.de",
subject: "Digitalcheck Vorprüfung",
bodyBefore: `Guten Tag,
Expand Down
6 changes: 3 additions & 3 deletions packages/dito/tests/e2e/resultForm.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ test.describe("test positive result for digital and interoperability", () => {
.getByLabel("Vorläufiger Arbeitstitel des Vorhabens")
.fill("Policy ABCDEFG");
await interceptMailToRedirectAndExpect(page, {
recipients: ["digitalcheck@digitalservice.bund.de"],
recipients: ["interoperabel@digitalservice.bund.de"],
});
await page.getByTestId(CREATE_EMAIL_BUTTON).click();
});
Expand Down Expand Up @@ -236,7 +236,7 @@ test.describe("test positive result for digital and negative for interoperabilit
.fill("Policy ABCDEFG");
// set expected to undefined to set notExpected
await interceptMailToRedirectAndExpect(page, undefined, {
recipients: ["digitalcheck@digitalservice.bund.de"],
recipients: ["interoperabel@digitalservice.bund.de"],
});
await page.getByTestId(CREATE_EMAIL_BUTTON).click();
});
Expand Down Expand Up @@ -280,7 +280,7 @@ test.describe("test positive result for digital and unsure for interoperability"
.getByLabel("Vorläufiger Arbeitstitel des Vorhabens")
.fill("Policy ABCDEFG");
await interceptMailToRedirectAndExpect(page, {
recipients: ["digitalcheck@digitalservice.bund.de"],
recipients: ["interoperabel@digitalservice.bund.de"],
});
await page.getByTestId(CREATE_EMAIL_BUTTON).click();
});
Expand Down

0 comments on commit 4c4227a

Please sign in to comment.