chore: change benchmark package name

This commit is contained in:
Harsh Shandilya 2023-04-15 23:00:17 +05:30
parent be74e52156
commit d31fe53f78
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,7 @@ android {
matchingFallbacks += "release"
isDebuggable = false
proguardFile("benchmark-rules.pro")
applicationIdSuffix = ".benchmark"
}
}
}

View file

@ -11,7 +11,7 @@ import androidx.test.uiautomator.By
import androidx.test.uiautomator.UiDevice
import androidx.test.uiautomator.Until
const val PACKAGE_NAME = "dev.msfjarvis.claw.android"
const val PACKAGE_NAME = "dev.msfjarvis.claw.android.benchmark"
private const val AWAIT_TIMEOUT = 10_000L
private const val SAVE_BUTTON_DESC = "Add to saved posts"
private const val NAV_ID_HOTTEST = "HOTTEST"