Skip to content

Commit b62c313

Browse files
fix(ui5-multi-combo-box): unskip test (#12829)
fix(ui5-multi-combo-box): fix failing test
1 parent 1a65306 commit b62c313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ describe("Keyboard interaction when pressing Ctrl + Alt + F8 for navigation", ()
18451845

18461846
});
18471847

1848-
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", () => {
1848+
it("When list item is selected and pressing [Ctrl + Alt + F8], first link is focused. [Arrow Down] moves focus to the first list item", () => {
18491849
cy.get("[ui5-multi-combobox]")
18501850
.as("multi-combobox");
18511851

0 commit comments

Comments
 (0)