Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoldatwork committed Sep 19, 2023
1 parent 02bb94b commit 8dfe4ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
working_directory: ~/repo

steps:
- browser-tools/install-browser-tools
- run: sudo apt-get update
- browser-tools/install-chrome: # required for selenium used by tachometer benchmark smoke tests
chrome-version: 116.0.5845.96

- checkout

Expand All @@ -46,13 +48,6 @@ jobs:
- run: bundle exec rake db:create
- run: bundle exec rake db:schema:load

# Install chrome driver
- run:
name: Setup Chrome
command: |
wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.198-1_amd64.deb
sudo apt install ./google-chrome-stable_114.0.5735.198-1_amd64.deb
# run tests!
- run:
name: run tests
Expand Down
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
exit 1
end

Webdrivers::Chromedriver.required_version = "114.0.5735.198"
Webdrivers::Chromedriver.required_version = "116.0.5845.96"

# for Capybara
Capybara.register_driver :selenium do |app|
Expand Down

0 comments on commit 8dfe4ea

Please sign in to comment.