Skip to content

fix: TypeError: Cannot read properties of null (reading 'classList') #126

fix: TypeError: Cannot read properties of null (reading 'classList')

fix: TypeError: Cannot read properties of null (reading 'classList') #126

name: Test Pull Request
on: pull_request
jobs:
test-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint, build and test
uses: cypress-io/github-action@v2
with:
build: yarn lint-and-build
start: yarn cy:server
record: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}