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

14 lines (11 loc) 442 B
describe("navigateToApplication: test with SAP website", function () { const url = browser.config.baseUrl; const relativeReference = "products.html"; it("Execution", async function () { await common.navigation.navigateToUrl(url); await nonUi5.navigation.navigateToApplication(relativeReference); }); it("Verification", async function () { await common.assertion.expectUrlToBe(`${url}/${relativeReference}`); }); });