@sap_oss/wdio-qmate-service
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -163,3 +163,3 @@ "use strict"; | ||
elementProperties: { | ||
viewName: "sap.ui.documentation.sdk.view.SubApiDetail", | ||
viewName: selector.elementProperties.viewName, | ||
metadata: "sap.ui.unified.MenuItem", | ||
@@ -169,3 +169,3 @@ text: value | ||
}; | ||
await ui5.userInteraction.click(menuItemSelector, index, timeout); | ||
await ui5.userInteraction.click(menuItemSelector, 0, timeout); | ||
const tabSwitchedSuccessfully = await this._verifyTabSwitch(selector); | ||
@@ -172,0 +172,0 @@ if (tabSwitchedSuccessfully === false) { |
{ | ||
"name": "@sap_oss/wdio-qmate-service", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"author": "SAP SE", | ||
@@ -5,0 +5,0 @@ "types": "./@types/index.d.ts", |
Sorry, the diff of this file is not supported yet
2318728