UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

11 lines (9 loc) 362 B
describe("authenticator - customViaConfig", function () { it("Execution", async function () { await ui5.session.loginCustomViaConfig("PURCHASER", "super-duper-sensitive-pw", false); }); it("Verification", async function () { const elem = await nonUi5.element.getById("shellAppTitle"); await nonUi5.assertion.expectToBeVisible(elem); }); });