mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-07 14:56:02 -04:00
Fix CredentialTest, replace wait text after breadcrumb change (#161)
This commit is contained in:
@@ -113,7 +113,7 @@ public class CredentialTest : ClientPlaywrightTest
|
||||
|
||||
var submitButton = Page.Locator("text=Save Credentials").First;
|
||||
await submitButton.ClickAsync();
|
||||
await WaitForUrlAsync("credentials/**", "View credentials entry");
|
||||
await WaitForUrlAsync("credentials/**", "Delete credentials entry");
|
||||
|
||||
pageContent = await Page.TextContentAsync("body");
|
||||
Assert.That(pageContent, Does.Contain("Credentials updated"), "Credential update confirmation message not shown.");
|
||||
|
||||
Reference in New Issue
Block a user