From f18c2e0ff89fb7e447876ee1339ffa458d538f20 Mon Sep 17 00:00:00 2001 From: Steven Lambert <2433219+straker@users.noreply.github.com> Date: Wed, 18 Aug 2021 10:10:16 -0600 Subject: [PATCH] tests: put back autocomplete-valid ACT tests (#2997) * tests: put back autocomplete-valid act tests * chache bust npm * always run latest * Update .circleci/config.yml Co-authored-by: Wilco Fiers Co-authored-by: Wilco Fiers --- .circleci/config.yml | 2 ++ test/act-mapping/autocomplete-valid.json | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 test/act-mapping/autocomplete-valid.json diff --git a/.circleci/config.yml b/.circleci/config.yml index a37b61a524..c7b1f920a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -114,6 +114,8 @@ jobs: steps: - checkout - <<: *restore_dependency_cache_unix + # Always run on the latest master branch, regardless of cache + - run: npm install act-rules/act-rules.github.io#master - run: npm run build - run: npm run test:act diff --git a/test/act-mapping/autocomplete-valid.json b/test/act-mapping/autocomplete-valid.json new file mode 100644 index 0000000000..1d2f796d4b --- /dev/null +++ b/test/act-mapping/autocomplete-valid.json @@ -0,0 +1,5 @@ +{ + "id": "73f2c2", + "title": "autocomplete attribute has valid value", + "axeRules": ["autocomplete-valid"] +}