Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Testing] Enabling ported UITests from Xamarin.UITests to Appium - 4 #25751

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
enabled Issue13390
  • Loading branch information
anandhan-rajagopal committed Nov 8, 2024
commit 08ae6de2965b091488b38bc62ec360a2d97b240f
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
#if IOS
using NUnit.Framework;
using NUnit.Framework;
using UITest.Appium;
using UITest.Core;

namespace Microsoft.Maui.TestCases.Tests.Issues
{
Expand All @@ -23,5 +22,3 @@ public void CustomSlideFlyoutTransitionCausesCrash()
}
}
}
#endif
*/