commit | 3fe81d1570b177bc14fdecf00428b5e31adb30d5 | [log] [tgz] |
---|---|---|
author | Zak Cohen <zakcohen@google.com> | Fri May 28 02:49:30 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 28 02:49:30 2021 +0000 |
tree | 1440e6b1a83cdc0524b6cb2d6a237e55bd7790d3 | |
parent | 1349db5daf9fe0d406bedab493bb5f5d30b36852 [diff] | |
parent | 295ab3844602ac3768392cf23d6385ce1389c536 [diff] |
Merge "Remove overview feedback." into sc-dev am: 295ab38446 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14749512 Change-Id: I833e29f1b60916a22bfa7519c1b6c140f040bdeb
diff --git a/tests/tapl/com/android/launcher3/tapl/SelectModeButtons.java b/tests/tapl/com/android/launcher3/tapl/SelectModeButtons.java index 3507418..e1b73a4 100644 --- a/tests/tapl/com/android/launcher3/tapl/SelectModeButtons.java +++ b/tests/tapl/com/android/launcher3/tapl/SelectModeButtons.java
@@ -48,21 +48,4 @@ } } } - - /** - * Click feedback button. - */ - @NonNull - public Background clickFeedback() { - try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck(); - LauncherInstrumentation.Closable c = - mLauncher.addContextLayer("want to click feedback button")) { - UiObject2 feedback = mLauncher.waitForObjectInContainer(mSelectModeButtons, "feedback"); - mLauncher.clickLauncherObject(feedback); - try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer( - "clicked feedback button")) { - return new Background(mLauncher); - } - } - } }