ui5-community / wdi5

official UI5 end-to-end test framework for UI5 web-apps. wdi5 = Webdriver.IO + UI5 Test API
https://ui5-community.github.io/wdi5/
Apache License 2.0
100 stars 42 forks source link

Cannot select calendar date #622

Closed pxl1992 closed 1 day ago

pxl1992 commented 1 month ago

Describe the bug Hello Experts,

I tried to use cucumber framework and wdio-ui5-service to implement the UI5 application's automation test. I tried to implement a scenario using this UI5 Control "sap.ui.unified.Calendar", but currently the date in the calendar cannot be selected, and there are no error returns.

UI5 Application: https://ui5.sap.com/#/entity/sap.ui.unified.Calendar/sample/sap.ui.unified.sample.CalendarSingleDaySelection

Related Version:

"wdio-ui5-service": "latest",
"@wdio/cucumber-framework": "latest"

Testing code:

        const sMonth1 =  await browser.asControl({
            selector: {
                controlType: "sap.ui.unified.calendar.Month",
                viewName: "sap.ui.unified.sample.CalendarSingleDaySelection.CalendarSingleDaySelection",
                interaction: {
                        idSuffix: "20240522"
                }
        }});
        await sMonth1.press();
        const oSelectedDate = await sMonth1.getSelectedDates()

Could you please help to check it?

Thanks for your support.

github-actions[bot] commented 2 weeks ago

hey šŸ‘‹ - silence for 30 days šŸ¤ ... anybody? šŸ˜€

github-actions[bot] commented 1 day ago

closed šŸ““ because silencio šŸ¤« since an additional 14 days after staleness šŸ“