-
-
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
Transition to the ui5 element breaks is incorrect using interaction idSuffix: treeicon #394
Comments
Hi @melissaxd96 maybe you can try to use the
|
maybe @hmanchev can say something about the issue with the |
Hi all, I am not sure that this can be related as an issue to the interaction selector. However I will forward this to our experts and will provide feedback as soon as they have any opinion. Please note that it is still vacations period and you can expect some delays. |
Hi @melissaxd96, I checked that the selected icon (with idSuffix "treeicon") is only an element and not a UI5 control. I tested the proposal of @dominikfeininger to use the table's expand method, so I can also confirm that it is a possible alternative solution, see e.g. https://jsbin.com/duwaxuqohe/edit?html,js,output |
Did you manage to look at the answer from the OPA expert (kineticjs)? |
Hello @melissaxd96, Which version of UI5 are you using? Thanks and best regards, |
Describe the bug
Transition to the ui5 element breaks is incorrect using interaction idSuffix: treeicon
It is a tree table and I'm trying to access the expand icon, however looking at the _domId, it is not pointing to treeicon.
Expected behavior
It should point to the treetable's expand icon.
Screenshots
Runtime Env :
wdi5/wdio-ui5-service
-version: v1.0.2UI5
version: v2.14.1wdio
-version (output ofwdio --version
): v7.27.0node
-version (output ofnode --version
): v18.12.1Internal Function: getUI5CtlForWebObj
The text was updated successfully, but these errors were encountered: