File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/Components/test/E2ETest/Tests Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 55using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
66using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
77using Microsoft . AspNetCore . E2ETesting ;
8+ using Microsoft . AspNetCore . Testing ;
89using OpenQA . Selenium ;
910using Xunit . Abstractions ;
1011
@@ -31,6 +32,7 @@ protected override void InitializeAsyncCore()
3132 }
3233
3334 [ Fact ]
35+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/50377" ) ]
3436 public void ShowsErrorNotification_OnError_Dismiss ( )
3537 {
3638 var errorUi = Browser . Exists ( By . Id ( "blazor-error-ui" ) ) ;
@@ -48,6 +50,7 @@ public void ShowsErrorNotification_OnError_Dismiss()
4850 }
4951
5052 [ Fact ]
53+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/50377" ) ]
5154 public void ShowsErrorNotification_OnError_Reload ( )
5255 {
5356 var causeErrorButton = Browser . Exists ( By . Id ( "throw-simple-exception" ) ) ;
You can’t perform that action at this time.
0 commit comments