Skip to content

Commit 79b9d70

Browse files
removed Internet verification codes
1 parent 0162a36 commit 79b9d70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Controls/tests/TestCases.HostApp/Issues/Issue30575.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace Maui.Controls.Sample.Issues;
22

3-
[Issue(IssueTracker.Github, 30575, "FlowDirection RightToLeft causes mirrored content in WebView", PlatformAffected.UWP, isInternetRequired: true)]
3+
[Issue(IssueTracker.Github, 30575, "FlowDirection RightToLeft causes mirrored content in WebView", PlatformAffected.UWP)]
44
public class Issue30575 : ContentPage
55
{
66
public Issue30575()

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30575.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ public Issue30575(TestDevice device) : base(device) { }
1414
[Category(UITestCategories.WebView)]
1515
public void WebViewShouldNotMirrored()
1616
{
17-
VerifyInternetConnectivity();
1817
App.WaitForElement("WebViewLabel");
1918
Thread.Sleep(3000);
2019
VerifyScreenshot();

0 commit comments

Comments
 (0)