mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-09-11 04:34:30 +00:00
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:
@@ -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: "visualization""/);
|
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"[^>]*>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', () => {
|
test('capability inspector clears provider hover without a graph hover target', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user