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;
|
||||||
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
|
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
|
||||||
using Microsoft.AspNetCore.E2ETesting;
|
using Microsoft.AspNetCore.E2ETesting;
|
||||||
|
using Microsoft.AspNetCore.Testing;
|
||||||
using OpenQA.Selenium;
|
using OpenQA.Selenium;
|
||||||
using OpenQA.Selenium.Interactions;
|
using OpenQA.Selenium.Interactions;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
@ -91,6 +92,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/22034")]
|
||||||
public void CanDeleteUnkeyed()
|
public void CanDeleteUnkeyed()
|
||||||
{
|
{
|
||||||
PerformTest(
|
PerformTest(
|
||||||
|
|
@ -217,7 +219,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
||||||
textboxFinder().Clear();
|
textboxFinder().Clear();
|
||||||
|
|
||||||
// On each keystroke, the boxes will be shuffled. The text will only
|
// 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();
|
textboxFinder().Click();
|
||||||
while (textToType.Length > 0)
|
while (textToType.Length > 0)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue