Skip to content

Commit

Permalink
fix(BaselineProfile): findObject res catalogScreen_card_1
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Jul 22, 2024
1 parent 6265c14 commit 841b5a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class BaselineProfileGenerator {
pressDPadCenter(); waitForIdle(WAIT_TIMEOUT)
// 等待目录加载完成
wait(
Until.findObject(By.res("catalogScreen_card_")),
Until.findObject(By.res("catalogScreen_card_1")),
INITIAL_WAIT_TIMEOUT
)
// 浏览目录
Expand Down

0 comments on commit 841b5a4

Please sign in to comment.