Fixed: The DownloadTest was failing.

This commit is contained in:
MohitMaliFtechiz 2025-02-06 12:48:38 +05:30
parent a3341fc280
commit 08f7751be6

View File

@ -140,6 +140,8 @@ class DownloadTest : BaseActivityTest() {
stopDownloadIfAlreadyStarted() stopDownloadIfAlreadyStarted()
downloadZimFile(smallestZimFileIndex) downloadZimFile(smallestZimFileIndex)
try { try {
// Scroll to the top because now the downloading ZIM files are showing on the top.
scrollToZimFileIndex(0)
assertDownloadStart() assertDownloadStart()
pauseDownload() pauseDownload()
assertDownloadPaused() assertDownloadPaused()