Skip to content

Commit

Permalink
Only on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyIX committed Jul 17, 2024
1 parent f698848 commit ed308db
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using NUnit.Framework;
#if WINDOWS
using NUnit.Framework;
using UITest.Appium;
using UITest.Core;

Expand All @@ -12,7 +13,6 @@ public Issue14825(TestDevice device) : base(device)
{
}

#if !MACCATALYST
[Test]
[Category(UITestCategories.WebView)]
public void ValidateWebViewScreenshot()
Expand All @@ -24,5 +24,5 @@ public void ValidateWebViewScreenshot()

VerifyScreenshot();
}
#endif
}
}
#endif

0 comments on commit ed308db

Please sign in to comment.