Bug: 208494235
Test: play-store-december4

Change-Id: I49a509c556dbf910c7e5532def9bb5c9eb3da5b0
diff --git a/libraries/app-helpers/interfaces/common/src/android/platform/helpers/IPlayStoreHelper.java b/libraries/app-helpers/interfaces/common/src/android/platform/helpers/IPlayStoreHelper.java
index 958a2be..2bcf1ee 100644
--- a/libraries/app-helpers/interfaces/common/src/android/platform/helpers/IPlayStoreHelper.java
+++ b/libraries/app-helpers/interfaces/common/src/android/platform/helpers/IPlayStoreHelper.java
@@ -54,4 +54,11 @@
      * the app completes uninstallation, though uninstallation cannot be guaranteed.
      */
     public void uninstallApp();
+
+    /**
+     * Setup expectations: YouTube is on the home page.
+     *
+     * <p>This method attempts to verify home page element of YouTube.
+     */
+    void verifyHomePage();
 }