Skip to content

Commit 31364cf

Browse files
committed
chore: update cypress * 3
1 parent 3356f57 commit 31364cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/cubejs-testing/test/bin/cypress-birdbox.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ import { DriverType, startBirdBoxFromContainer } from '../../src';
3131
// @todo tput: No value for $TERM and no -T specified
3232
// headless: true,
3333
config: {
34-
env: {
35-
baseUrl: birdbox.configuration.playgroundUrl,
36-
},
34+
// @ts-ignore
35+
baseUrl: birdbox.configuration.playgroundUrl,
3736
video: true,
3837
// default 4000
3938
defaultCommandTimeout: 15 * 1000,

0 commit comments

Comments
 (0)