SDA-3377 Processing multiple chrome flags provided as installation parameters

This commit is contained in:
Salah Benmoussati
2021-10-27 17:05:53 +02:00
parent e3a5cedd22
commit 071cb939ef
3 changed files with 44 additions and 11 deletions

View File

@@ -26,6 +26,11 @@ jest.mock('../src/app/config-handler', () => {
disableThrottling: 'DISABLED',
};
}),
getGlobalConfigFields: jest.fn(() => {
return {
disableThrottling: 'DISABLED',
};
}),
},
};
});