Skip to content
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

feat: wdi5^2 treats #535

Merged
merged 16 commits into from
Sep 7, 2023
Prev Previous commit
Next Next commit
test: fix
  • Loading branch information
Volker Buzek committed Sep 7, 2023
commit 0a66231959ffb265ad5400053f61bbca14b05144
2 changes: 1 addition & 1 deletion examples/ui5-js-app-esm/webapp/test/e2e/esm.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("ui5 basic", () => {
viewName: "test.Sample.view.Main"
}
}
const text = /** @type {import("wdio-ui5-service/esm/lib/wdi5-control.js").WDI5Control} */ (
const text = await /** @type {import("wdio-ui5-service/esm/lib/wdi5-control.js").WDI5Control} */ (
await browser.asControl(selector)
).getText()
expect(text).toEqual("UI5 demo")
Expand Down