Skip to content

Commit b25826b

Browse files
committed
Added snapshots and excluded Windows form tests
1 parent c144138 commit b25826b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
11 KB
Loading

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using NUnit.Framework;
1+
#if ANDROID || IOS
2+
using NUnit.Framework;
23
using UITest.Appium;
34
using UITest.Core;
45

@@ -19,4 +20,5 @@ public void CustomBackButtonShouldBeRed()
1920
App.WaitForElement("label");
2021
VerifyScreenshot();
2122
}
22-
}
23+
}
24+
#endif
25.1 KB
Loading

0 commit comments

Comments
 (0)