@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winning-test/component",
3
- "version": "0.0.108",
3
+ "version": "0.0.109",
4
4
  "description": "",
5
5
  "main": "",
6
6
  "scripts": {
@@ -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='app-list']//*[contains(text(),'${firstItem}')]`;
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();