Remove unused log tags

Co-authored-by: Jaehwa Noh <shwoghk14@gmail.com>
pull/1060/head
Ben Weiss 2 months ago committed by Ben Weiss
parent ca871602e7
commit 00051d6360
No known key found for this signature in database
GPG Key ID: 8424F9C1E763A74C

@ -25,8 +25,6 @@ import com.google.samples.apps.nowinandroid.waitAndFindObject
import com.google.samples.apps.nowinandroid.waitForObjectOnTopAppBar
import org.junit.Assert.fail
private const val TAG = "ForYouActions"
fun MacrobenchmarkScope.forYouWaitForContent() {
// Wait until content is loaded by checking if topics are loaded
device.wait(Until.gone(By.res("loadingWheel")), 5_000)

@ -23,8 +23,6 @@ import com.google.samples.apps.nowinandroid.flingElementDownUp
import com.google.samples.apps.nowinandroid.waitForObjectOnTopAppBar
import org.junit.Assert.fail
private const val TAG = "InterestsActions"
fun MacrobenchmarkScope.goToInterestsScreen() {
device.findObject(By.text("Interests")).click()
device.waitForIdle()

Loading…
Cancel
Save