Skip to content

Commit 78cc5e7

Browse files
authored
fix(ui5-multi-combobox): skip unstable tests temporarily (#12641)
related to: #12534 related to: #12607
1 parent ddbb8d4 commit 78cc5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ describe("General", () => {
641641
}));
642642
});
643643

644-
it("Select All functionality + N-more integration", () => {
644+
it.skip("Select All functionality + N-more integration", () => {
645645
cy.mount(
646646
<><MultiComboBox style="width: 100px" noValidation={true} showSelectAll={true}>
647647
<MultiComboBoxItem selected={true} text="Very Very Very Very long Item 1"></MultiComboBoxItem>
@@ -1743,7 +1743,7 @@ describe("Keyboard interaction when pressing Ctrl + Alt + F8 for navigation", ()
17431743

17441744
});
17451745

1746-
it("When list item is selected and pressing [Ctrl + Alt + F8], first link is focused. [Arrow Down] moves focus to the first list item", () => {
1746+
it.skip("When list item is selected and pressing [Ctrl + Alt + F8], first link is focused. [Arrow Down] moves focus to the first list item", () => {
17471747
cy.get("[ui5-multi-combobox]")
17481748
.as("multi-combobox");
17491749

0 commit comments

Comments
 (0)