Skip to content

Commit

Permalink
bump chromedriver to 106 to fix functional test fail issue (#2514)
Browse files Browse the repository at this point in the history
Current browser version is 106 whereas chromedriver is 104.
This PR bump the version to solve the mismatch.


Signed-off-by: Anan Zhuang <ananzh@amazon.com>
  • Loading branch information
ananzh authored Oct 5, 2022
1 parent 6c11cf4 commit b1e7d7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_check_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
# github virtual env is the latest chrome
- name: Setup chromedriver
if: steps.ftr_tests_results.outputs.ftr_tests_results != 'success'
run: yarn add --dev chromedriver@104.0.0
run: yarn add --dev chromedriver@106.0.0

- name: Run bootstrap
if: steps.ftr_tests_results.outputs.ftr_tests_results != 'success'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### 🔩 Tests

* bump chromedriver to 106 to fix function test fail issue ([#2514](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2514))

## [1.x]
### 💥 Breaking Changes

Expand Down

0 comments on commit b1e7d7a

Please sign in to comment.