mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-24 17:42:10 -04:00
Update AuthTests.cs (#773)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user