Update DbPersistTest.cs (#98)

This commit is contained in:
Leendert de Borst
2024-07-12 12:56:31 +02:00
parent 3ccf239d84
commit 88fe86c19a

View File

@@ -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");