diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c228e2a284..58faf9c34a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -364,8 +364,7 @@ jobs: steps: - attach_workspace: at: ~/ - - browser-tools/install-browser-tools: - chrome-version: 91.0.4472.164 + - browser-tools/install-browser-tools - run: yarn run build-token - run: name: Test Chrome @@ -509,4 +508,4 @@ jobs: - store_test_results: path: test/integration/render-tests - store_artifacts: - path: "test/integration/render-tests/index.html" + path: "test/integration/render-tests/index.html" \ No newline at end of file