Skip to content

Commit

Permalink
fixed textbase a11y test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed May 23, 2023
1 parent 1300e28 commit 98f4865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testCafe/a11y/textbase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ frameworks.forEach((framework) => {
}
);

test.only("axe check", async (t) => {
test("axe check", async (t) => {
const axeContext = { include: [[".sv_p_root"]] };
const axeOptions = {
runOnly: {
Expand Down

0 comments on commit 98f4865

Please sign in to comment.