@winning-test/component 0.0.94 → 0.0.95
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 +1 -1
- package/rpes5.6/page/Page.js +1 -0
package/package.json
CHANGED
package/rpes5.6/page/Page.js
CHANGED
|
@@ -187,6 +187,7 @@ class Page extends require("@winning-test/autotest-webui").Page {
|
|
|
187
187
|
*/
|
|
188
188
|
async select(menuItem) {
|
|
189
189
|
super.select(menuItem);
|
|
190
|
+
await that.blockComponent(`//div[@role="tab"][text()='${menuItem}']`).waitUntilBeVisible();
|
|
190
191
|
that.loading();
|
|
191
192
|
}
|
|
192
193
|
|