Showing
1 changed file
with
1 additions
and
1 deletions
@@ -52,7 +52,7 @@ describe(iOS_TAB_MINE,'我的', async(driver) => { | @@ -52,7 +52,7 @@ describe(iOS_TAB_MINE,'我的', async(driver) => { | ||
52 | 52 | ||
53 | await driver.sleep(ACTION_PAUSE_TIME); | 53 | await driver.sleep(ACTION_PAUSE_TIME); |
54 | 54 | ||
55 | - touchTab = await driver.waitForElementByAccessibilityId('新的好物', FIND_VIEW_OVER_TIME); | 55 | + touchTab = await driver.waitForElementByAccessibilityId('新的好物 没有你的好物?申请上架', FIND_VIEW_OVER_TIME); |
56 | await touchTab.click(); | 56 | await touchTab.click(); |
57 | 57 | ||
58 | await driver.sleep(ACTION_PAUSE_TIME); | 58 | await driver.sleep(ACTION_PAUSE_TIME); |
-
mentioned in commit 655441fc
-
Please register or login to post a comment