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.