-
-
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
Failling oData calls after using getBindingContext() #277
Comments
that's the first time a side effect such as a corrupted OData call is suspected to have any link to a
|
Reworking the selector doesn't help in my case, need to access the BindingContext to get a certain Id, which is not visible on the UI.
in a local example, i guess these are leading to the failing oData calls at a later point. I have attached the example: example.zip. It contains the Shopping App from https://sapui5.hana.ondemand.com/#/demoapps. And a related WDI5 test. When running the App with UI5 Serve and then executing the WDI5 tests i see the same errors as above. From the description it could really be related to #275, maybe you can have a closer look with the example. |
thanks for providing the minimum reproducible example! hunch is definitely towards #275 |
with #280 in and |
The issue does not occur anymore with Thanks for the quick fix! |
Hi,
i try to get the binding path of a certain SmartTable row, by calling getBindingContext() on a sap.m.Text element in it. After doing this, clicking the Go button of the related SmartFilterBar is causing errors like seen below.
This issue is only occurring with the call of getBindingContext(). If i remove it everything is working as expected.
And then a lot of oData errors occur (this leads eventually to a timeout; all following calls to browser.asControl() are failing with an undefined error):
Code that is causing the issue:
wdio-ui5-service
-version: 0.9.1UI5
version: 1.102.1wdio
-version (output ofwdio --version
): 7.19.7node
-version (output ofnode --version
): v16.15.0Chrome is running in headless mode.
The text was updated successfully, but these errors were encountered: