Skip to content

Commit

Permalink
Bump Chrome for Testing to 131 (#1312)
Browse files Browse the repository at this point in the history
* Bump Chrome for Testing to 131

* Fix failing ReferenceColumns test
  • Loading branch information
georgegevoian authored Nov 18, 2024
1 parent 3d7352b commit 2735285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/nbrowser/ReferenceColumns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {server, setupTestSuite} from 'test/nbrowser/testUtils';

describe('ReferenceColumns', function() {
this.timeout(20000);
gu.bigScreen();
let session: Session;
const cleanup = setupTestSuite({team: true});

Expand Down
4 changes: 2 additions & 2 deletions test/test_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
export GRIST_SESSION_COOKIE="grist_test_cookie"
export LANGUAGE="en_US"
export SE_BROWSER="chrome"
export SE_BROWSER_VERSION="130"
export SE_BROWSER_VERSION="131"
export SE_DRIVER="chrome-driver"
export SE_DRIVER_VERSION="130.0.6723.91"
export SE_DRIVER_VERSION="131.0.6778.69"
export TEST_CLEAN_DATABASE="true"
export TEST_SUPPORT_API_KEY="api_key_for_support"

Expand Down

0 comments on commit 2735285

Please sign in to comment.