Skip to content

Commit

Permalink
[testing] run these tests on iOS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Oct 18, 2024
1 parent c9c70a8 commit b744c9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

namespace Microsoft.Maui.TestCases.Tests
{
#if IOS
public class CollectionViewGroupingTests : CollectionViewUITests
{

protected override bool ResetAfterEachTest => true;

public CollectionViewGroupingTests(TestDevice device)
Expand All @@ -30,4 +30,5 @@ public void GroupingAndHeaderWorks()
App.WaitForElement("Total members: 12");
}
}
}
}
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

namespace Microsoft.Maui.TestCases.Tests
{

#if IOS
public class CollectionViewHeaderAndFooterTests : CollectionViewUITests
{

Expand Down Expand Up @@ -90,3 +92,4 @@ public void HeaderFooterGridHorizontalWorks()
}
}
}
#endif

0 comments on commit b744c9d

Please sign in to comment.