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()
2828 => InitializeAsync ( BrowserFixture . StreamingContext ) ;
2929
3030 [ Fact ]
31- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/49975" ) ]
3231 public void CanRenderLargeComponentsWithServerRenderMode ( )
3332 {
3433 Navigate ( $ "{ ServerPathBase } /large-html-server") ;
Original file line number Diff line number Diff line change @@ -428,7 +428,6 @@ public void CanUseFocusExtensionToFocusSvgElement()
428428 }
429429
430430 [ Fact ]
431- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/46835" ) ]
432431 public void CanUseFocusExtensionToFocusElementPreventScroll ( )
433432 {
434433 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()
6262 Browser . Equal ( "True" , ( ) => Browser . FindElement ( By . Id ( "button-received-focus-out" ) ) . Text ) ;
6363 }
6464
65- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/53724" ) ]
6665 [ Fact ]
6766 public void MouseOverAndMouseOut_CanTrigger ( )
6867 {
You can’t perform that action at this time.
0 commit comments