Update AuthTests.cs (#17)

This commit is contained in:
Leendert de Borst
2024-06-17 14:17:13 +02:00
parent e64c2233ff
commit 62cbd26526

View File

@@ -5,8 +5,6 @@
// </copyright>
//-----------------------------------------------------------------------
using Microsoft.Playwright;
namespace AliasVault.E2ETests;
/// <summary>
@@ -37,7 +35,7 @@ public class AuthTests : PlaywrightTest
/// Test if logging in works.
/// </summary>
/// <returns>Async task.</returns>
public async Task Login()
private async Task Login()
{
await Page.GotoAsync(AppBaseUrl);