зеркало из https://github.com/dotnet/aspnetcore.git
Unquarantine final E2E Tests (#37897)
Fixes: https://github.com/dotnet/aspnetcore/issues/34995 Extension of: https://github.com/dotnet/aspnetcore/pull/37890
This commit is contained in:
Родитель
38355c61ab
Коммит
3af0e1f750
|
@ -89,7 +89,6 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/34995")]
|
||||
public void CanPreserveApplicationState_DuringLogIn()
|
||||
{
|
||||
var originalAppState = Browser.Exists(By.Id("app-state")).Text;
|
||||
|
@ -156,7 +155,6 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
|||
ValidateFetchData();
|
||||
}
|
||||
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/34995")]
|
||||
[Fact]
|
||||
public void AuthenticatedUser_ProfileIncludesDetails_And_AccessToken()
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче