@winning-test/component 0.0.108 → 0.0.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -238,7 +238,7 @@ class Page extends require("../../../autotest-webui").Page {
|
|
|
238
238
|
await this.browser.waitUntilElementBeVisible(xpath)
|
|
239
239
|
xpath = "//*[contains(text(),'...')]";
|
|
240
240
|
await that.blockComponent(xpath).click();
|
|
241
|
-
xpath = `//*[@class='
|
|
241
|
+
xpath = `//*[@class='w-menu-item--content']//*[contains(text(),'${firstItem}')]`;
|
|
242
242
|
await this.browser.waitUntilElementBeVisible(xpath);
|
|
243
243
|
await that.blockComponent(xpath).click();
|
|
244
244
|
await that.loading();
|