File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Components/test/E2ETest/Tests Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1010using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
1111using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
1212using Microsoft . AspNetCore . E2ETesting ;
13+ using Microsoft . AspNetCore . Testing ;
1314using OpenQA . Selenium ;
1415using OpenQA . Selenium . Interactions ;
1516using Xunit ;
@@ -91,6 +92,7 @@ public void CanInsertUnkeyed()
9192 }
9293
9394 [ Fact ]
95+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/22034" ) ]
9496 public void CanDeleteUnkeyed ( )
9597 {
9698 PerformTest (
@@ -217,7 +219,7 @@ public async Task CanRetainFocusWhileMovingTextBox()
217219 textboxFinder ( ) . Clear ( ) ;
218220
219221 // On each keystroke, the boxes will be shuffled. The text will only
220- // be inserted correctly if focus is retained.
222+ // be inserted correctly if focus is retained.
221223 textboxFinder ( ) . Click ( ) ;
222224 while ( textToType . Length > 0 )
223225 {
You can’t perform that action at this time.
0 commit comments