@winning-test/component 0.0.109 → 0.0.110
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
|
@@ -236,7 +236,7 @@ class Page extends require("../../../autotest-webui").Page {
|
|
|
236
236
|
await that.switchToDefultFrame();
|
|
237
237
|
let xpath = "//*[@class='more-menu']"
|
|
238
238
|
await this.browser.waitUntilElementBeVisible(xpath)
|
|
239
|
-
xpath = "//*[
|
|
239
|
+
xpath = "//*[@class='w-icon-search w-icon']";
|
|
240
240
|
await that.blockComponent(xpath).click();
|
|
241
241
|
xpath = `//*[@class='w-menu-item--content']//*[contains(text(),'${firstItem}')]`;
|
|
242
242
|
await this.browser.waitUntilElementBeVisible(xpath);
|