diff --git a/.github/workflows/axe-a11y-check.yml b/.github/workflows/axe-a11y-check.yml index d7e6123f2..7c6058049 100644 --- a/.github/workflows/axe-a11y-check.yml +++ b/.github/workflows/axe-a11y-check.yml @@ -24,8 +24,10 @@ jobs: - run: npm install -g http-server - run: npm run build --if-present - run: http-server -s & + - name: Install specific version of ChromeDriver + run: npm install -g chromedriver@125 - name: Run axe run: | npm install -g @axe-core/cli sleep 90 - axe http://127.0.0.1:8080 --exit + axe http://127.0.0.1:8080 --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver --exit diff --git a/README.md b/README.md index a8bc67900..e0e54d650 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The toolbar is in the top-left of the main content window. Use the toolbar butto |  | Bug Report | Report a bug or give feedback. | |  | Slide Capture | Click to take a screenshot of the slide and annotations on it. | |  | Tutorial | Click to view a guided tour of the viewer tools. | - +|  | Visualization | Click to view visualizations of annotations. | ## Toolbar Shortcuts diff --git a/apps/Info.html b/apps/Info.html index d1055de91..27e380fa6 100644 --- a/apps/Info.html +++ b/apps/Info.html @@ -14,7 +14,7 @@ -