mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-30 17:02:32 -05:00
Update browser extension tests (#1347)
This commit is contained in:
@@ -103,7 +103,7 @@ public class BrowserExtensionPlaywrightTest : ClientPlaywrightTest
|
||||
// Test vault loading with username and password
|
||||
await extensionPopup.FillAsync("input[type='text']", TestUserUsername);
|
||||
await extensionPopup.FillAsync("input[type='password']", TestUserPassword);
|
||||
await extensionPopup.ClickAsync("button:has-text('Login')");
|
||||
await extensionPopup.ClickAsync("button:has-text('Log in')");
|
||||
|
||||
// Wait for login to complete by waiting for expected text.
|
||||
if (waitForLogin)
|
||||
|
||||
Reference in New Issue
Block a user