diff --git a/src/TestUtils/src/UITest.Appium/HelperExtensions.cs b/src/TestUtils/src/UITest.Appium/HelperExtensions.cs index 4acac365e99b..e99caac17f61 100644 --- a/src/TestUtils/src/UITest.Appium/HelperExtensions.cs +++ b/src/TestUtils/src/UITest.Appium/HelperExtensions.cs @@ -34,11 +34,6 @@ public static void Click(this IApp app, string element) app.FindElement(element).Click(); } - public static void Tap(this IApp app, string element) - { - app.FindElement(element).Click(); - } - public static string? GetText(this IUIElement element) { var response = element.Command.Execute("getText", new Dictionary()