From 88fe86c19adbb87fc9fe84110c0a195c518330d6 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Fri, 12 Jul 2024 12:56:31 +0200 Subject: [PATCH] Update DbPersistTest.cs (#98) --- src/Tests/AliasVault.E2ETests/Tests/DbPersistTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tests/AliasVault.E2ETests/Tests/DbPersistTest.cs b/src/Tests/AliasVault.E2ETests/Tests/DbPersistTest.cs index 92c4b35d5..956857bd8 100644 --- a/src/Tests/AliasVault.E2ETests/Tests/DbPersistTest.cs +++ b/src/Tests/AliasVault.E2ETests/Tests/DbPersistTest.cs @@ -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");