Quarantine CanDeletedUnkeyed (#22035)
This commit is contained in:
parent
cca73f2a43
commit
b3b6e50aab
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue