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