You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/main/test/specs/MultiComboBox.spec.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -286,15 +286,13 @@ describe("MultiComboBox general interaction", () => {
286
286
assert.strictEqual(innerInput.getAttribute("aria-describedby"),ariaDescribedBy,"aria-describedby has a reference for the value state and the tokens count");
287
287
});
288
288
289
-
/*
290
289
it("aria-describedby value according to the tokens count",()=>{
0 commit comments