Skip to content

Commit bdbcae6

Browse files
committed
config
1 parent f438112 commit bdbcae6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -693,11 +693,11 @@ jobs:
693693
install-chromedriver: false
694694
install-geckodriver: false
695695
- run:
696-
name: "📦 Downgrading Chrome to version 136.0.7103.113"
696+
name: "📦 Downgrading Chrome to version 135"
697697
command: |
698-
echo "📦 Downgrading Chrome to version 136.0.7103.113"
699-
wget -q https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_135.0.7049.114-1_amd64.deb -O /tmp/chrome136.deb
700-
sudo dpkg -i /tmp/chrome136.deb || true
698+
echo "📦 Downgrading Chrome to version 135"
699+
wget -q https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_135.0.7049.114-1_amd64.deb -O /tmp/chrome135.deb
700+
sudo dpkg -i /tmp/chrome135.deb || true
701701
sudo apt-get install -f -y
702702
google-chrome --version
703703
- run: yarn install_webdriver

0 commit comments

Comments
 (0)