Skip to content

Commit

Permalink
chore: next try to fix the wdi5 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
petermuessig committed Aug 24, 2024
1 parent f3976c6 commit 0730363
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions showcases/ui5-app/webapp/test/e2e/binding.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,5 @@ describe("binding", function () {
await MainPage.iPressTheNavButton();
expect(onTheOtherPage.iShouldSeeTheList()).toBeTruthy();
expect(onTheOtherPage.iShouldSeeListItems()).toBeTruthy();

// ui5 api + high-speed aggregation retrieval: https://ui5-community.github.io/wdi5/#/usage?id=getshorthand-conveniences
const oList = await browser.asControl(this._listPeople);
const aListItems = await oList.getItems(true);
expect(aListItems.length).toBeGreaterThanOrEqual(1);
});
});

0 comments on commit 0730363

Please sign in to comment.