File tree 1 file changed +3
-0
lines changed
src/Components/test/E2ETest/Tests
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 5
5
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
6
6
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
7
7
using Microsoft . AspNetCore . E2ETesting ;
8
+ using Microsoft . AspNetCore . Testing ;
8
9
using OpenQA . Selenium ;
9
10
using Xunit . Abstractions ;
10
11
@@ -31,6 +32,7 @@ protected override void InitializeAsyncCore()
31
32
}
32
33
33
34
[ Fact ]
35
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/50377" ) ]
34
36
public void ShowsErrorNotification_OnError_Dismiss ( )
35
37
{
36
38
var errorUi = Browser . Exists ( By . Id ( "blazor-error-ui" ) ) ;
@@ -48,6 +50,7 @@ public void ShowsErrorNotification_OnError_Dismiss()
48
50
}
49
51
50
52
[ Fact ]
53
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/50377" ) ]
51
54
public void ShowsErrorNotification_OnError_Reload ( )
52
55
{
53
56
var causeErrorButton = Browser . Exists ( By . Id ( "throw-simple-exception" ) ) ;
You can’t perform that action at this time.
0 commit comments