File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/Components/test/E2ETest/Tests Expand file tree Collapse file tree 1 file changed +0
-5
lines changed 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