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)
This commit is contained in:
K. O. A.
2026-06-17 23:42:36 -07:00
committed by Bret Mogilefsky
parent 858fba216d
commit 762cb0205b
+1 -1
View File
@@ -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:window\.slopsmithViz_\* factory globals"/);
assert.doesNotMatch(content, /data-capability-node="command:plugin\.json type: &quot;visualization&quot;"/); assert.doesNotMatch(content, /data-capability-node="command:plugin\.json type: &quot;visualization&quot;"/);
assert.doesNotMatch(content, /data-link-kind="shimmed"[^>]*>window\.slopsmithViz_\* factory globals<\/span>/); assert.doesNotMatch(content, /data-link-kind="shimmed"[^>]*>window\.slopsmithViz_\* factory globals<\/span>/);
assert.doesNotMatch(content, /data-link-kind="shimmed"[^>]*>plugin\.json type: &quot;visualization&quot;<\/span>/); assert.doesNotMatch(content, /data-link-kind="shimmed"[^>]*>plugin\.json type: (?:&quot;|")visualization(?:&quot;|")<\/span>/);
}); });
test('capability inspector clears provider hover without a graph hover target', () => { test('capability inspector clears provider hover without a graph hover target', () => {