mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-07 14:56:02 -04:00
Update DbPersistTest.cs (#98)
This commit is contained in:
@@ -37,7 +37,7 @@ public class DbPersistTest : PlaywrightTest
|
||||
await RefreshPageAndUnlockVault();
|
||||
|
||||
// Wait for the credentials page to load again.
|
||||
await WaitForURLAsync("**/credentials**");
|
||||
await WaitForURLAsync("**/credentials*");
|
||||
|
||||
// Check if the service name is still present in the content.
|
||||
pageContent = await Page.TextContentAsync("body");
|
||||
|
||||
Reference in New Issue
Block a user