We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CanUseViewportAsContainer
1 parent 3f40882 commit 0f3c52eCopy full SHA for 0f3c52e
src/Components/test/E2ETest/Tests/VirtualizationTest.cs
@@ -6,6 +6,7 @@
6
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
7
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
8
using Microsoft.AspNetCore.E2ETesting;
9
+using Microsoft.AspNetCore.Testing;
10
using OpenQA.Selenium;
11
using OpenQA.Selenium.Support.Extensions;
12
using Xunit;
@@ -188,6 +189,7 @@ public void CancelsOutdatedRefreshes_Async()
188
189
}
190
191
[Fact]
192
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24922")]
193
public void CanUseViewportAsContainer()
194
{
195
var expectedInitialSpacerStyle = "height: 0px;";
0 commit comments