Skip to content

Commit 476964b

Browse files
[APP-8686] Update GetAppBranding to include fragment ids (#584)
1 parent 0cb45da commit 476964b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/app-client.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2091,6 +2091,7 @@ describe('AppClient tests', () => {
20912091
},
20922092
}),
20932093
},
2094+
fragmentIds: ['frag1', 'frag2'],
20942095
}),
20952096
});
20962097
});
@@ -2108,6 +2109,7 @@ describe('AppClient tests', () => {
21082109
expect(
21092110
response.textCustomizations.machinePicker!.fields.subheading
21102111
).toEqual('Select your machine.');
2112+
expect(response.fragmentIds).toEqual(['frag1', 'frag2']);
21112113
});
21122114
});
21132115
});

0 commit comments

Comments
 (0)