зеркало из https://github.com/aspnet/MusicStore.git
Remove redundant signout verification and updated views merged from release
This commit is contained in:
Родитель
7fcbd57bc7
Коммит
30ab5d2d8f
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
<li>
|
||||
<a asp-controller="ShoppingCart" asp-action="Index" title="@ViewBag.CartSummary">
|
||||
<span class="glyphicon glyphicon glyphicon-shopping-cart"></span>
|
||||
<span class="glyphicon glyphicon-shopping-cart"></span>
|
||||
<span id="cart-status">
|
||||
@ViewBag.CartCount
|
||||
</span>
|
||||
|
|
|
@ -50,9 +50,6 @@ namespace E2ETests
|
|||
Console.WriteLine("Verifying duplicate user email registration");
|
||||
await validator.RegisterExistingUser(generatedEmail);
|
||||
|
||||
Console.WriteLine("Verifying user logout");
|
||||
await validator.SignOutUser(generatedEmail);
|
||||
|
||||
Console.WriteLine("Verifying incorrect password login");
|
||||
await validator.SignInWithInvalidPassword(generatedEmail, "InvalidPassword~1");
|
||||
|
||||
|
@ -89,7 +86,7 @@ namespace E2ETests
|
|||
Console.WriteLine("Verifying status code pages for non-existing items");
|
||||
await validator.VerifyStatusCodePages();
|
||||
|
||||
Console.WriteLine("Verying non-admin view of an album");
|
||||
Console.WriteLine("Verifying non-admin view of an album");
|
||||
await validator.GetAlbumDetailsFromStore(albumId, albumName);
|
||||
|
||||
Console.WriteLine("Verifying adding album to a cart");
|
||||
|
|
Загрузка…
Ссылка в новой задаче