You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Async functions in a UI5 controller (browser-scope) don't resolve correctly in Node.js-scope: instead of the atomic result, a wdi5 Object with (partly) a Promise signature is returned.
To Reproduce
Steps to reproduce the behavior:
Test in question: examples/ui5-ts-app/test/e2e/Basic.test.ts
Describe the bug
Async functions in a UI5 controller (browser-scope) don't resolve correctly in Node.js-scope: instead of the atomic result, a
wdi5
Object with (partly) a Promise signature is returned.To Reproduce
Steps to reproduce the behavior:
Test in question:
examples/ui5-ts-app/test/e2e/Basic.test.ts
Expected behavior
10
should be returnedLogs/Console Output
-see above-
Runtime Env (please complete the following information):
wdi5/wdio-ui5-service
-version: 2.1.1UI5
version: 1.132.1wdio
-version (output ofwdio --version
): 8.41.0node
-version (output ofnode --version
): v20.16.0The text was updated successfully, but these errors were encountered: