From ac0580400ed1c8f8025df9e7fd0d12d892aafac9 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Fri, 14 May 2021 22:07:28 +0200 Subject: Switched video player to ViewBinding --- .../androidTest/java/de/test/antennapod/ui/VideoplayerActivityTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/androidTest') diff --git a/app/src/androidTest/java/de/test/antennapod/ui/VideoplayerActivityTest.java b/app/src/androidTest/java/de/test/antennapod/ui/VideoplayerActivityTest.java index ab16d7603..0dae22db1 100644 --- a/app/src/androidTest/java/de/test/antennapod/ui/VideoplayerActivityTest.java +++ b/app/src/androidTest/java/de/test/antennapod/ui/VideoplayerActivityTest.java @@ -31,6 +31,6 @@ public class VideoplayerActivityTest { @Test public void testStartActivity() throws Exception { activityTestRule.launchActivity(new Intent()); - onView(withId(R.id.videoframe)).check(matches(isDisplayed())); + onView(withId(R.id.videoPlayerContainer)).check(matches(isDisplayed())); } } -- cgit v1.2.3