DDDEastMidlandsLimited/dddem-web

Bug: Fix Pa11y Timeout Error

Closed this issue · 1 comments

Describe the bug

Fix Pa11y timeout issues and re-enable in the test and build workflow

To Reproduce

Steps to reproduce the behaviour:

  1. Add the following to the test workflow
- name: Run pa11y
        run: npm run pa11y
  1. Run test and build workflow

Reproduces how often:

100% of the time

Expected behaviour

Pally runs and does not timeout

Screenshots

image

Have built a new way to handle this on other projects that is cleaner and faster, will implement here soon