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

test: Port new Layout Tests #19308

Merged
merged 12 commits into from
Mar 20, 2025
Prev Previous commit
Next Next commit
chore: Disable test on UWP
morning4coffe-dev committed Mar 12, 2025
commit e579cc1284f7983efbe791367ac5c203c3f37fd6
Original file line number Diff line number Diff line change
@@ -386,7 +386,9 @@ public async Task VerifyUniformGridLayoutDoesntCrashWhenTryingToScrollToEnd()
Verify.IsTrue(true);
}

#if HAS_UNO_WINUI
[TestMethod]
#endif
public async Task VerifyUniformGridLayoutDoesntHangWhenTryingToScrollToStart()
{
ItemsRepeater itemsRepeater = null;