File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed 
src/Components/test/E2ETest 
ServerRenderingTests/FormHandlingTests Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 88using  Microsoft . AspNetCore . Components . E2ETest . Infrastructure ; 
99using  Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ; 
1010using  Microsoft . AspNetCore . E2ETesting ; 
11- using  Microsoft . AspNetCore . InternalTesting ; 
1211using  OpenQA . Selenium ; 
1312using  TestServer ; 
1413using  Xunit . Abstractions ; 
@@ -1251,7 +1250,6 @@ public void PostingFormWithErrorsDoesNotExceedMaximumErrors()
12511250    } 
12521251
12531252    [ Fact ] 
1254-     [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54447" ) ] 
12551253    public  void  CanBindToFormWithFiles ( ) 
12561254    { 
12571255        var  profilePicture  =  TempFile . Create ( _tempDirectory ,  "txt" ,  "This is a profile picture." ) ; 
Original file line number Diff line number Diff line change @@ -1679,7 +1679,6 @@ public void AnchorWithHrefToSameUrlWithParamQueryAndHash_ScrollsToElementOnTheSa
16791679    } 
16801680
16811681    [ Fact ] 
1682-     [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/47967" ) ] 
16831682    public  void  AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToElement ( ) 
16841683    { 
16851684        SetUrlViaPushState ( "/" ) ; 
@@ -1696,7 +1695,6 @@ public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToE
16961695    } 
16971696
16981697    [ Fact ] 
1699-     [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/47967" ) ] 
17001698    public  void  NavigationManagerNavigateToAnotherUrlWithHash_NavigatesToPageAndScrollsToElement ( ) 
17011699    { 
17021700        SetUrlViaPushState ( "/" ) ; 
Original file line number Diff line number Diff line change @@ -28,14 +28,12 @@ protected override void InitializeAsyncCore()
2828    } 
2929
3030    [ Fact ] 
31-     [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54754" ) ] 
3231    public  void  HasTitle ( ) 
3332    { 
3433        Assert . Equal ( "Blazor standalone" ,  Browser . Title ) ; 
3534    } 
3635
3736    [ Fact ] 
38-     [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54754" ) ] 
3937    public  void  HasHeading ( ) 
4038    { 
4139        Assert . Equal ( "Hello, world!" ,  Browser . Exists ( By . TagName ( "h1" ) ) . Text ) ; 
@@ -69,7 +67,6 @@ public void NavMenuHighlightsCurrentLocation()
6967    } 
7068
7169    [ Fact ] 
72-     [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54754" ) ] 
7370    public  void  CounterPageCanUseThreads ( ) 
7471    { 
7572        // Navigate to "Counter" 
@@ -87,7 +84,6 @@ public void CounterPageCanUseThreads()
8784    } 
8885
8986    [ Fact ] 
90-     [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54754" ) ] 
9187    public  void  HasFetchDataPage ( ) 
9288    { 
9389        // Navigate to "Fetch data" 
@@ -109,7 +105,6 @@ public void HasFetchDataPage()
109105    } 
110106
111107    [ Fact ] 
112-     [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54754" ) ] 
113108    public  void  IsStarted ( ) 
114109    { 
115110        // Read from property 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments