mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-18 21:40:41 -04:00
Update tests (#820)
This commit is contained in:
committed by
Leendert de Borst
parent
23378368fb
commit
cdfe7c5a99
@@ -53,7 +53,6 @@
|
||||
if (success)
|
||||
{
|
||||
NavigationManager.NavigateTo("/");
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -73,6 +73,9 @@ public class DbUpgradeTests : ClientPlaywrightTest
|
||||
await NavigateUsingBlazorRouter("credentials");
|
||||
await WaitForUrlAsync(string.Empty, "Test credential 1");
|
||||
|
||||
// Wait for page to have fully loaded
|
||||
await Task.Delay(100);
|
||||
|
||||
// Check if the expected service names still appear on the index page and are still accessible.
|
||||
var pageContent = await Page.TextContentAsync("body");
|
||||
foreach (var serviceName in expectedServiceNamesInVault)
|
||||
|
||||
Reference in New Issue
Block a user