File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/Components/test/E2ETest/Tests Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 4
4
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
5
5
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
6
6
using Microsoft . AspNetCore . E2ETesting ;
7
+ using Microsoft . AspNetCore . InternalTesting ;
7
8
using OpenQA . Selenium ;
8
9
using Xunit . Abstractions ;
9
10
@@ -32,12 +33,14 @@ protected override void InitializeAsyncCore()
32
33
}
33
34
34
35
[ Fact ]
36
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54761" ) ]
35
37
public void HasHeading ( )
36
38
{
37
39
Assert . Equal ( "Hello, world!" , Browser . Exists ( By . TagName ( "h1" ) ) . Text ) ;
38
40
}
39
41
40
42
[ Fact ]
43
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54761" ) ]
41
44
public void NavMenuHighlightsCurrentLocation ( )
42
45
{
43
46
var activeNavLinksSelector = By . CssSelector ( ".sidebar a.active" ) ;
@@ -64,6 +67,7 @@ public void NavMenuHighlightsCurrentLocation()
64
67
}
65
68
66
69
[ Fact ]
70
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54761" ) ]
67
71
public void CounterPageCanUseThreads ( )
68
72
{
69
73
// Navigate to "Counter"
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ public void HasTitle()
34
34
}
35
35
36
36
[ Fact ]
37
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54754" ) ]
37
38
public void HasHeading ( )
38
39
{
39
40
Assert . Equal ( "Hello, world!" , Browser . Exists ( By . TagName ( "h1" ) ) . Text ) ;
@@ -105,6 +106,7 @@ public void HasFetchDataPage()
105
106
}
106
107
107
108
[ Fact ]
109
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54754" ) ]
108
110
public void IsStarted ( )
109
111
{
110
112
// Read from property
You can’t perform that action at this time.
0 commit comments