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/cypress/specs/MultiComboBox.cy.tsx
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -332,6 +332,43 @@ describe("General", () => {
332
332
.should("have.been.called");
333
333
});
334
334
335
+
it("Should delete token when clicking on token decline icon - regression test for long token deletion fix",()=>{
336
+
cy.mount(
337
+
<MultiComboBoxnoValidation={true}>
338
+
<MultiComboBoxItemselected={true}text="This is an extremely long token text that will definitely trigger the problematic code path in the deletion flow and should be properly deletable"></MultiComboBoxItem>
0 commit comments