diff --git a/src/app/app-client.spec.ts b/src/app/app-client.spec.ts index 56d0faa4e..1377863cb 100644 --- a/src/app/app-client.spec.ts +++ b/src/app/app-client.spec.ts @@ -2091,6 +2091,7 @@ describe('AppClient tests', () => { }, }), }, + fragmentIds: ['frag1', 'frag2'], }), }); }); @@ -2108,6 +2109,7 @@ describe('AppClient tests', () => { expect( response.textCustomizations.machinePicker!.fields.subheading ).toEqual('Select your machine.'); + expect(response.fragmentIds).toEqual(['frag1', 'frag2']); }); }); });