You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Testing] Re-Enabled UI Test - Issue12574Test (#29436)
* re-enabled the test for android
* modified test case
* Update src/Controls/tests/TestCases.HostApp/Issues/CarouselViewLoopNoFreeze.cs
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/CarouselViewUITests.LoopNoFreeze.cs
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
#if TEST_FAILS_ON_WINDOWS&&TEST_FAILS_ON_ANDROID// Related issue for windows: https://github.com/dotnet/maui/issues/24482 and For Android, see : https://github.com/dotnet/maui/issues/28760
1
+
#if TEST_FAILS_ON_WINDOWS// Related issue for windows: https://github.com/dotnet/maui/issues/24482
2
2
usingNUnit.Framework;
3
3
usingUITest.Appium;
4
4
usingUITest.Core;
@@ -10,6 +10,7 @@ public class CarouselViewLoopNoFreeze : _IssuesUITest
0 commit comments