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
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public void AnonymousUser_GetsRedirectedToLogin_AndBackToOriginalProtectedResour
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/34995")]
public void CanPreserveApplicationState_DuringLogIn()
{
var originalAppState = Browser.Exists(By.Id("app-state")).Text;
Expand Down Expand Up @@ -156,7 +155,6 @@ public void AnonymousUser_CanRegister_AndGetLoggedIn()
ValidateFetchData();
}

[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/34995")]
[Fact]
public void AuthenticatedUser_ProfileIncludesDetails_And_AccessToken()
{
Expand Down