Skip to content

Commit

Permalink
fix(e2e): add the webdriverclassic option to the atlas cloud login wi…
Browse files Browse the repository at this point in the history
…ndow remote session (#6566)
  • Loading branch information
gribnoysup authored Dec 13, 2024
1 parent 8e96a1e commit 458694b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compass-e2e-tests/helpers/compass-web-sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export async function spawnCompassWebSandboxAndSignInToAtlas(
`--app=${COMPASS_WEB_SANDBOX_RUNNER_PATH}`,
],
},
'wdio:enforceWebDriverClassic': true,
},
waitforTimeout,
});
Expand Down

0 comments on commit 458694b

Please sign in to comment.