Searched refs:doneText (Results 1 – 1 of 1) sorted by relevance
294 val doneText = resources.getString(R.string.download_completed) in testTapDoneNotification() constant295 val note = device.wait(Until.findObject(By.text(doneText)), TEST_TIMEOUT_MS) in testTapDoneNotification()296 assertNotNull(note, "Notification with text \"$doneText\" not found") in testTapDoneNotification()