From b3b6e50aab8ebae05f4717404cc1171d8ddde7b2 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 20 May 2020 13:36:26 -0700 Subject: [PATCH] Quarantine CanDeletedUnkeyed (#22035) --- src/Components/test/E2ETest/Tests/KeyTest.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {