Skip to content

Commit

Permalink
chore: stable failing tests (#7834)
Browse files Browse the repository at this point in the history
* chore: stable failing tests

* chore: execute all combobox tests

---------

Co-authored-by: Nayden Naydenov <[email protected]>
  • Loading branch information
nnaydenow and Nayden Naydenov authored Nov 10, 2023
1 parent 1c211a1 commit 1be0d26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/main/test/specs/ComboBox.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ describe("General interaction", () => {

// act
await arrow.click();

assert.ok(await popover.getProperty("opened"), "Popover should be displayed")

listItems = await popover.$("ui5-list").$$("ui5-li");
await listItems[0].click();

// assert
Expand Down

0 comments on commit 1be0d26

Please sign in to comment.