Skip to content

fix(tabpanel): L3-4919 tab component was hiding the tabpanel role from screen readers #2524

fix(tabpanel): L3-4919 tab component was hiding the tabpanel role from screen readers

fix(tabpanel): L3-4919 tab component was hiding the tabpanel role from screen readers #2524

Workflow file for this run

name: Test
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
cache: 'npm'
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- run: npm run coverage