Kalo2412
Kalo2412
I would like to reopen this ticket because I have similar issue. My case is with the following third-party lib: @sap-cloud-sdk/openapi where the problem is not the chunks but somehow...
Hi @petermuessig , i will attach an example project which is just the ui5 typescript tutorial app with the mentioned lib installed. The error is similar. Thanks in advance. [Example_Project.zip](https://github.com/ui5-community/ui5-ecosystem-showcase/files/13889897/Example_Project.zip)
https://github.com/Kalo2412/UI5Test
The issue persists, and the problem is because the id's retrieved from the wdi5 function .getToolbarContent have a suffix -CLI, but the actual id's are without it. I am not...
Also the PlanningCalendar method setStartDate() has a bug
Any updates?
I can not add id for the toolbarContent since it is an aggregation ""
That is one solution, but what if we have many controls in the toolbarContent we need to get them independently? And can you check the problem with the setStartDate()
``` const pc = (await browser.asControl({ forceSelect: true, selector: { controlType: "sap.m.PlanningCalendar", viewName: "timesheet.ui.views.Planner", }, })); const header = await(await (pc as undefined as PlanningCalendar).getAggregation("header"))[0]; console.log(header); const toolBarContents = await...