Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Components/test/E2ETest/Tests/ErrorNotificationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
using Microsoft.AspNetCore.E2ETesting;
using Microsoft.AspNetCore.Testing;
using OpenQA.Selenium;
using Xunit.Abstractions;

Expand All @@ -31,6 +32,7 @@ protected override void InitializeAsyncCore()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50377")]
public void ShowsErrorNotification_OnError_Dismiss()
{
var errorUi = Browser.Exists(By.Id("blazor-error-ui"));
Expand All @@ -48,6 +50,7 @@ public void ShowsErrorNotification_OnError_Dismiss()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50377")]
public void ShowsErrorNotification_OnError_Reload()
{
var causeErrorButton = Browser.Exists(By.Id("throw-simple-exception"));
Expand Down