Skip to content

Commit

Permalink
De-activate R111
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Feb 12, 2024
1 parent 5421fc0 commit a34dcf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom-testing/answering/test/answering.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const { and } = Refinement;
chai.use(
alfa.Chai.createPlugin(
(value: Playwright.Type) => Future.from(Playwright.toPage(value)),
rules,
rules.filter(rule => !rule.uri.includes("r111")),
[persist(() => "test/outcomes/page.spec.json")]
)
);
Expand Down
2 changes: 1 addition & 1 deletion custom-testing/filtering/test/filtering.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const { and } = Refinement;
chai.use(
alfa.Chai.createPlugin(
(value: Playwright.Type) => Future.from(Playwright.toPage(value)),
rules,
rules.filter(rule => !rule.uri.includes("r111")),
[persist(() => "test/outcomes/filtering.spec.json")]
)
);
Expand Down
2 changes: 1 addition & 1 deletion end-to-end-testing/playwright/test/page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { persist } from "../../../common/persist";
chai.use(
alfa.Chai.createPlugin(
(value: Playwright.Type) => Future.from(Playwright.toPage(value)),
rules,
rules.filter(rule => !rule.uri.includes("r111")),
[persist(() => "test/outcomes/page.spec.json")]
)
);
Expand Down

0 comments on commit a34dcf8

Please sign in to comment.