Skip to content

Commit a38b863

Browse files
authored
fix: remove iosWebviewApp from app sources and constants (#992)
1 parent 01b2749 commit a38b863

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/helpers/Apps.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public class Apps : IDisposable
2020
private static readonly Dictionary<string, string> _appSources = new Dictionary<string, string>
2121
{
2222
{iosTestApp, "https://github.com/appium/dotnet-client/blob/main/test/integration/apps/archives/TestApp.app.zip?raw=true"},
23-
{iosWebviewApp, "https://github.com/appium/dotnet-client/blob/main/test/integration/apps/archives/WebViewApp.app.zip?raw=true"},
2423
{iosUICatalogApp, "https://github.com/appium/ios-uicatalog/releases/download/v4.0.1/UIKitCatalog-iphonesimulator.zip"},
2524
{androidApiDemos, "https://github.com/appium/android-apidemos/releases/download/v6.0.2/ApiDemos-debug.apk"},
2625
};
@@ -64,7 +63,6 @@ public static string GetId(string appKey)
6463
}
6564

6665
public const string iosTestApp = "iosTestApp";
67-
public const string iosWebviewApp = "iosWebviewApp";
6866
public const string iosUICatalogApp = "iosUICatalogApp";
6967
public const string androidApiDemos = "androidApiDemos";
7068

0 commit comments

Comments
 (0)