File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
src/Components/test/E2ETest Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ public override Task InitializeAsync()
28
28
=> InitializeAsync ( BrowserFixture . StreamingContext ) ;
29
29
30
30
[ Fact ]
31
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/49975" ) ]
32
31
public void CanRenderLargeComponentsWithServerRenderMode ( )
33
32
{
34
33
Navigate ( $ "{ ServerPathBase } /large-html-server") ;
Original file line number Diff line number Diff line change @@ -428,7 +428,6 @@ public void CanUseFocusExtensionToFocusSvgElement()
428
428
}
429
429
430
430
[ Fact ]
431
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/46835" ) ]
432
431
public void CanUseFocusExtensionToFocusElementPreventScroll ( )
433
432
{
434
433
Browser . Manage ( ) . Window . Size = new System . Drawing . Size ( 600 , 600 ) ;
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ public void FocusEvents_CanReceiveBlurCausedByElementRemoval()
62
62
Browser . Equal ( "True" , ( ) => Browser . FindElement ( By . Id ( "button-received-focus-out" ) ) . Text ) ;
63
63
}
64
64
65
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/53724" ) ]
66
65
[ Fact ]
67
66
public void MouseOverAndMouseOut_CanTrigger ( )
68
67
{
You can’t perform that action at this time.
0 commit comments