ui5-community / bestofui5-website

"Best of UI5" is the new entry page for the ui5-community.
https://bestofui5.org
Apache License 2.0
27 stars 3 forks source link

'Search' Test broken #242

Closed marianfoo closed 2 years ago

marianfoo commented 2 years ago

[0-1] [wdi5] call of _getAggregation() failed because of: TypeError: Cannot read properties of null (reading 'map')

broken

After introduction of growing to list, getAggregation is broken const listItems = await list.getAggregation("items");

marianfoo commented 2 years ago

should work with this suggestion https://github.com/js-soft/wdi5/issues/283#issuecomment-1161537146