Skip to content

Commit 9ee93c0

Browse files
Fix: [AEA-5338] - roles with access cards + other AA fixes (#1485)
## Summary Fixing wcag audit points. Fixed focus when cycling through roles - Routine Change
1 parent 224fa90 commit 9ee93c0

File tree

7 files changed

+407
-310
lines changed

7 files changed

+407
-310
lines changed

.github/workflows/run_regression_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
GITHUB-TOKEN: ${{ steps.generate-token.outputs.token }}
7474
run: |
7575
if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
76-
REGRESSION_TEST_REPO_TAG="v3.4.24" # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
76+
REGRESSION_TEST_REPO_TAG="v3.4.35" # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
7777
REGRESSION_TEST_WORKFLOW_TAG="v3.4.24" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
7878
7979
if [[ -z "$REGRESSION_TEST_REPO_TAG" || -z "$REGRESSION_TEST_WORKFLOW_TAG" ]]; then

packages/cpt-ui/__tests__/EpsCard.test.tsx

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)