mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-19 07:07:59 -04:00
Update AdminPlaywrightTest.cs (#349)
This commit is contained in:
@@ -109,6 +109,6 @@ public class AdminPlaywrightTest : PlaywrightTest
|
||||
await WaitForUrlAsync("**", "Users");
|
||||
|
||||
var pageContent = await Page.TextContentAsync("body");
|
||||
Assert.That(pageContent, Does.Contain("This page gives an overview of all registered users and the associated vaults"), "No entry page content visible after logging in to admin app.");
|
||||
Assert.That(pageContent, Does.Contain("Welcome to the AliasVault admin portal"), "No entry page content visible after logging in to admin app.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user