Update admin tests (#641)

This commit is contained in:
Leendert de Borst
2025-03-19 22:17:59 +01:00
parent d6932f33ea
commit a0a541aff9

View File

@@ -112,6 +112,6 @@ public class AdminPlaywrightTest : PlaywrightTest
await WaitForUrlAsync("**", "Users");
var pageContent = await Page.TextContentAsync("body");
Assert.That(pageContent, Does.Contain("Welcome to the AliasVault admin portal"), "No entry page content visible after logging in to admin app.");
Assert.That(pageContent, Does.Contain("Welcome to the AliasVault admin dashboard"), "No entry page content visible after logging in to admin app.");
}
}