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 10
10
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
11
11
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
12
12
using Microsoft . AspNetCore . E2ETesting ;
13
+ using Microsoft . AspNetCore . Testing ;
13
14
using OpenQA . Selenium ;
14
15
using OpenQA . Selenium . Interactions ;
15
16
using Xunit ;
@@ -91,6 +92,7 @@ public void CanInsertUnkeyed()
91
92
}
92
93
93
94
[ Fact ]
95
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/22034" ) ]
94
96
public void CanDeleteUnkeyed ( )
95
97
{
96
98
PerformTest (
@@ -217,7 +219,7 @@ public async Task CanRetainFocusWhileMovingTextBox()
217
219
textboxFinder ( ) . Clear ( ) ;
218
220
219
221
// 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.
221
223
textboxFinder ( ) . Click ( ) ;
222
224
while ( textToType . Length > 0 )
223
225
{
You can’t perform that action at this time.
0 commit comments