Skip to content

Commit 198a1af

Browse files
ilonatommyCopilot
andcommitted
Stabilize QuickGrid anchor mode setup
Wait for provider-backed rendering to settle before changing the anchor mode so prepend tests do not race their own setup. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6ef8e158-6d96-478a-9cd1-2b18b07e3895
1 parent 7b905f3 commit 198a1af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Components/test/E2ETest/Tests/VirtualizationTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,6 +2334,7 @@ public void QuickGrid_AnchorMode_Start_PrependAtTop_NewItemsVisible(bool useItem
23342334
[Theory]
23352335
[InlineData(false)]
23362336
[InlineData(true)]
2337+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/68730")]
23372338
public void QuickGrid_AnchorMode_End_PrependAtTop_ViewportStaysStable(bool useItemsProvider)
23382339
{
23392340
MountQuickGridAnchorModeComponent("2", useItemsProvider, delay: useItemsProvider);

0 commit comments

Comments
 (0)