From 762cb0205b9c765c20c85b8cbbbe98d7f10ec433 Mon Sep 17 00:00:00 2001 From: "K. O. A." Date: Sun, 14 Jun 2026 09:17:09 -0400 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> (cherry picked from commit 36f58aad010288d2e2e51182d1d86462175f6643) --- tests/js/capability_inspector_render.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/js/capability_inspector_render.test.js b/tests/js/capability_inspector_render.test.js index d3e255f..0116afd 100644 --- a/tests/js/capability_inspector_render.test.js +++ b/tests/js/capability_inspector_render.test.js @@ -568,7 +568,7 @@ test('capability inspector does not render descriptive compatibility shims as co assert.doesNotMatch(content, /data-capability-node="command:window\.slopsmithViz_\* factory globals"/); assert.doesNotMatch(content, /data-capability-node="command:plugin\.json type: "visualization""/); assert.doesNotMatch(content, /data-link-kind="shimmed"[^>]*>window\.slopsmithViz_\* factory globals<\/span>/); - assert.doesNotMatch(content, /data-link-kind="shimmed"[^>]*>plugin\.json type: "visualization"<\/span>/); + assert.doesNotMatch(content, /data-link-kind="shimmed"[^>]*>plugin\.json type: (?:"|")visualization(?:"|")<\/span>/); }); test('capability inspector clears provider hover without a graph hover target', () => {