Skip to content

Commit

Permalink
WEBUI-1260: need to downgrade chrome browser version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Sep 11, 2023
1 parent 1e42705 commit 42bb878
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/a11y.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
- name: Install google chrome
run: |
wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.90-1_amd64.deb
apt install -y --allow-downgrades ./google-chrome-stable_114.0.5735.90-1_amd64.deb
apt chrome --version
apt install -y --allow-downgrades ./google-chrome-stable_114.0.5735.90-1_amd64.deb
- name: 'Update settings.xml with server configuration'
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
run: |
wget -q https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.90-1_amd64.deb
apt install -y --allow-downgrades ./google-chrome-stable_114.0.5735.90-1_amd64.deb
apt chrome --version
- name: Determine nuxeo-elements branch to link
id: pick_nuxeo_elements_branch
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxeo-web-ui-ftest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"nuxeo": "^4.0.3",
"wdio-chromedriver-service": "7.3.2",
"wdio-cucumberjs-json-reporter": "^2.0.3",
"webdriverio": "^7.2.0"
"webdriverio": "7.2.0"
}
}
Binary file added plugin/a11y/chromedriver
Binary file not shown.
4 changes: 2 additions & 2 deletions plugin/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@babel/register": "^7.14.5",
"@nuxeo/nuxeo-web-ui-ftest": "file:../../packages/nuxeo-web-ui-ftest",
"@wdio/cli": "7.20.5",
"@wdio/local-runner": "^7.20.5",
"@wdio/local-runner": "7.20.5",
"@wdio/mocha-framework": "^7.2.0",
"@wdio/selenium-standalone-service": "7.2.0",
"@wdio/spec-reporter": "^7.2.0",
"@wdio/sync": "^7.2.0",
"axe-core": "^4.1.2",
"chrome-launcher": "^0.14.0",
"node-fetch": "^2.6.1",
"wdio-chromedriver-service": "^7.0.0"
"wdio-chromedriver-service": "8.1.1"
}
}

0 comments on commit 42bb878

Please sign in to comment.