Skip to content
Snippets Groups Projects
Commit 2d20008a authored by OZGCloud's avatar OZGCloud
Browse files

fix e2e by adding collaboration level to manually changed voragns

parent 33794e6b
Branches
Tags
No related merge requests found
......@@ -116,7 +116,7 @@ describe('PostfachMail', () => {
return {
...buildVorgang(objectIds[2], 'VorgangWithoutPostfachId'),
eingangs: [...vorgang.eingangs],
header: { serviceKonto: null },
header: { serviceKonto: null, collaborationLevel: 0 },
};
}
......
......@@ -42,6 +42,7 @@ describe('Postfach Nachricht reply button', () => {
},
name: 'BayernID Vorgang',
header: {
collaborationLevel: 0,
serviceKonto: {
type: 'BayernId',
postfachAddress: [
......
......@@ -67,6 +67,7 @@ export class VorgangE2E {
export class VorgangHeaderE2E {
serviceKonto: ServiceKontoE2E;
collaborationLevel: number;
}
export class ServiceKontoE2E {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment