...
|
...
|
@@ -52,7 +52,7 @@ describe(iOS_TAB_MINE,'我的', async(driver) => { |
|
|
|
|
|
await driver.sleep(ACTION_PAUSE_TIME);
|
|
|
|
|
|
touchTab = await driver.waitForElementByAccessibilityId('新的好物', FIND_VIEW_OVER_TIME);
|
|
|
touchTab = await driver.waitForElementByAccessibilityId('新的好物 没有你的好物?申请上架', FIND_VIEW_OVER_TIME);
|
|
|
await touchTab.click();
|
|
|
|
|
|
await driver.sleep(ACTION_PAUSE_TIME);
|
...
|
...
|
|