From 2f331408313ea65da4485b59c96de5de5c329e7c Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Sun, 15 Mar 2026 13:34:48 +0100 Subject: [PATCH] Update AuthTests.cs (#773) --- apps/server/Tests/AliasVault.E2ETests/Tests/Admin/AuthTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/server/Tests/AliasVault.E2ETests/Tests/Admin/AuthTests.cs b/apps/server/Tests/AliasVault.E2ETests/Tests/Admin/AuthTests.cs index b25dcd5fb..b186218ef 100644 --- a/apps/server/Tests/AliasVault.E2ETests/Tests/Admin/AuthTests.cs +++ b/apps/server/Tests/AliasVault.E2ETests/Tests/Admin/AuthTests.cs @@ -34,7 +34,6 @@ public class AuthTests : AdminPlaywrightTest var submitButton = Page.GetByRole(AriaRole.Button, new() { Name = "Update password" }); await submitButton.WaitForAsync(new() { State = WaitForSelectorState.Visible }); - await Expect(submitButton).ToBeEnabledAsync(); await submitButton.ClickAsync(); // Wait for current page to refresh and confirm message shows. @@ -63,7 +62,6 @@ public class AuthTests : AdminPlaywrightTest var submitButton = Page.GetByRole(AriaRole.Button, new() { Name = "Update password" }); await submitButton.WaitForAsync(new() { State = WaitForSelectorState.Visible }); - await Expect(submitButton).ToBeEnabledAsync(); await submitButton.ClickAsync(); // Wait for current page to refresh and confirm message shows.