Improved the DownloadTest according to this new change.

This commit is contained in:
MohitMaliFtechiz 2025-07-09 15:13:40 +05:30
parent 2faf1b68ac
commit d4cbaea0bb

View File

@ -127,7 +127,7 @@ class DownloadRobot : BaseRobot() {
testFlakyView({ testFlakyView({
composeTestRule.apply { composeTestRule.apply {
waitUntilTimeout() waitUntilTimeout()
onAllNodesWithTag(ONLINE_BOOK_ITEM_TESTING_TAG)[1].performClick() onAllNodesWithTag(ONLINE_BOOK_ITEM_TESTING_TAG)[0].performClick()
} }
}) })
} }