-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WDI5 doesn't work correctly together with 3D model viewer #504
Comments
hi, thanks for the detailed error report! that makes evaluating the situation easier 👍 |
Hello @vobu I only see errors in tests with the 3D viewer after upgrading UI5 from 1.108 to 1.114. All other tests work as expected. I tried to add breakpoints to the code and saw that the control exists on the screen, but I wasn't able to access it using WDI5. Tried to use it:
await browser.asControl({
forceSelect: true,
selector: {
id: ID_LINK,
},
});
await $(`#${ID_LINK}`) Also, as I mentioned, I have created ISSUE #449 which related to this problem |
Hi, you are more than welcome to create an 3D model viewer example where this issue is reproduceable so we can investigate this issue. |
Hello @dominikfeininger Thanks for reply. Do you have access to the SAP environment? I can provide you login and password for the test user and you can check our 3D Viewer. like this |
Hello colleagues Do you have any updates about my issue? |
hi and sorry, currently all efforts go toward wdi5^2. Once this is done (hopefully mid next week), let's get back to your issue here. Thanks for your understanding! |
Hello @vobu Do you have any updates about my issue? |
📫 "you have mail" 😸 |
Hello @vobu Thanks for reply) |
hey 👋 - silence for 30 days 🤐 ... anybody? 😀 |
closed 📴 because silencio 🤫 since an additional 14 days after staleness 📠 |
Hello (Volker)@vobu Can we reopen this issue, because my issue wasn't fixed. |
hey 👋 - silence for 30 days 🤐 ... anybody? 😀 |
closed 📴 because silencio 🤫 since an additional 14 days after staleness 📠 |
Describe the bug
After upgrading SAPUI5 version from 1.108 to 1.114 some specs which includes reusable component with 3D viewer go wrong.
All WDI5 locators end with an element search error after the reusable component with 3D viewer appears on the screen. As a result, the only way to locate elements is by searching through DOM elements.
I have investigated failed tests and saw that it go wrong in should navigate back to FLP step. After running all the tests, I found a common issue for all the failed tests – the 3D Viewer appeared on the screen
Added screenshots of failed tests
F3136_DigitalTwinQuery
F3136_DigitalTwinObjectReferences
F3136_DigitalTwinObjectDetails
I have already created the issue #449 related to this case before but without any updates
To Reproduce
Steps to reproduce the behavior:
I will provide
--params.pass
and--params.user
Expected behavior
All tests should complete successfully
Runtime Env (please complete the following information):
wdio-ui5-service
-version:^1.5.1
UI5
version:1.114.1
wdio
-version (output ofwdio --version
):^7.26.0
node
-version (output ofnode --version
):18.16.1
Linux
chrome 114.0.5735.133
The text was updated successfully, but these errors were encountered: