diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2021-10-12 21:14:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 21:14:08 +0200 |
commit | a73a932a7c773f09a9bb3965448fe3b4ccfe8ab2 (patch) | |
tree | 6beff65a62be04455ce223c60b0082f6bd5694e9 /app/src/androidTest | |
parent | f6c8a8c0f785d26ee2374d52df44842997ed5956 (diff) | |
download | AntennaPod-a73a932a7c773f09a9bb3965448fe3b4ccfe8ab2.zip |
Move speed dialog to the bottom (#5464)
Diffstat (limited to 'app/src/androidTest')
-rw-r--r-- | app/src/androidTest/java/de/test/antennapod/ui/PreferencesTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/androidTest/java/de/test/antennapod/ui/PreferencesTest.java b/app/src/androidTest/java/de/test/antennapod/ui/PreferencesTest.java index d51ae63ba..34751aaf9 100644 --- a/app/src/androidTest/java/de/test/antennapod/ui/PreferencesTest.java +++ b/app/src/androidTest/java/de/test/antennapod/ui/PreferencesTest.java @@ -246,7 +246,6 @@ public class PreferencesTest { clickPreference(R.string.playback_speed); onView(isRoot()).perform(waitForView(withText("0.75"), 1000)); onView(withText("0.75")).check(matches(isDisplayed())); - onView(withText(R.string.close_label)).perform(click()); } @Test |