Skip to content

Closes #167: "Should links be clickable While Delay JS is enabled" is always failing because of waiting for getByRole('link', { name: 'About Us' }) #109

Closes #167: "Should links be clickable While Delay JS is enabled" is always failing because of waiting for getByRole('link', { name: 'About Us' })

Closes #167: "Should links be clickable While Delay JS is enabled" is always failing because of waiting for getByRole('link', { name: 'About Us' }) #109

name: 'PR Template Checker'
on:
pull_request:
types: [edited, opened, synchronize, reopened]
jobs:
task-check:
runs-on: ubuntu-latest
steps:
- uses: wp-media/pr-checklist-action@master
with:
repo-token: "${{ secrets.PR_TEMPLATE_TOKEN }}"