diff --git a/apps/synthetics-replicator-tests/synthetics.config.ts b/apps/synthetics-replicator-tests/synthetics.config.ts index 692d0ad..62a37fa 100644 --- a/apps/synthetics-replicator-tests/synthetics.config.ts +++ b/apps/synthetics-replicator-tests/synthetics.config.ts @@ -1,4 +1,5 @@ -import type { SyntheticsConfig } from '@elastic/synthetics'; +import { SyntheticsConfig } from '@elastic/synthetics'; +import { devices } from "playwright-chromium" export default env => { const config: SyntheticsConfig = { @@ -10,6 +11,7 @@ export default env => { }, playwrightOptions: { ignoreHTTPSErrors: false, + ...devices['Desktop Chrome'] }, /** * Configure global monitor settings