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

17 lines (15 loc) 559 B
describe("watchMode - test case runs after being restarted in watch mode", function () { it("Step 01: Navigate to URL", async function () { await common.navigation.navigateToUrl(browser.config.baseUrl); }); it("Step 02: Click 'accessories' StandardListItem", async function () { const selector = { elementProperties: { viewName: "sap.ui.demo.cart.view.Home", metadata: "sap.m.StandardListItem", bindingContextPath: "/ProductCategories*'AC')" } }; await ui5.userInteraction.click(selector); }); });