tests: migrate to selenium 4 (#1611)

This commit is contained in:
Jens L 2021-10-13 19:06:19 +02:00 committed by GitHub
parent 2ad5995332
commit 16c05a7bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 10 deletions

View File

@ -250,7 +250,7 @@ jobs:
INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }}
run: |
scripts/ci_prepare.sh
docker-compose -f tests/e2e/ci.docker-compose.yml up -d
docker-compose -f tests/e2e/docker-compose.yml up -d
- id: cache-web
uses: actions/cache@v2.1.6
with:

View File

@ -1,8 +0,0 @@
version: '3.7'
services:
chrome:
image: selenium/standalone-chrome:3.141.59-20210713
volumes:
- /dev/shm:/dev/shm
network_mode: host

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
chrome:
image: selenium/standalone-chrome-debug:3.141.59-20210713
image: selenium/standalone-chrome:94.0-chromedriver-94.0-grid-4.0.0-20211013
volumes:
- /dev/shm:/dev/shm
network_mode: host