diff --git a/src/Components/test/E2ETest/Tests/KeyTest.cs b/src/Components/test/E2ETest/Tests/KeyTest.cs index 48c37fae98..0d5f2b0f1d 100644 --- a/src/Components/test/E2ETest/Tests/KeyTest.cs +++ b/src/Components/test/E2ETest/Tests/KeyTest.cs @@ -10,6 +10,7 @@ using BasicTestApp; using Microsoft.AspNetCore.Components.E2ETest.Infrastructure; using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures; using Microsoft.AspNetCore.E2ETesting; +using Microsoft.AspNetCore.Testing; using OpenQA.Selenium; using OpenQA.Selenium.Interactions; using Xunit; @@ -91,6 +92,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/22034")] public void CanDeleteUnkeyed() { PerformTest( @@ -217,7 +219,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests textboxFinder().Clear(); // On each keystroke, the boxes will be shuffled. The text will only - // be inserted correctly if focus is retained. + // be inserted correctly if focus is retained. textboxFinder().Click(); while (textToType.Length > 0) {