Skip to content

Commit a132078

Browse files
committed
feat(ui5-table-selection-multi): headerSelector property added
- provides an enumeration property to switch in the multi-select case between a select all and a clear all option (in future further variants might be added). Fixes: #5873
1 parent 7bb0aba commit a132078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/cypress/specs/TableSelection.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,6 @@ describe("TableSelection - Multi", () => {
270270
cy.get("@headerRowCheckBox").should("have.attr", "checked");
271271
cy.get("#row2").invoke("remove");
272272
cy.get("#row1").invoke("remove");
273-
cy.get("@headerRowCheckBox").should("not.have.attr", "checked");
273+
cy.get("#headerRow").shadow().find("#selection-cell").should("not.exist");
274274
});
275275
});

0 commit comments

Comments
 (0)