Update DbSyncTests.cs (#1404)

This commit is contained in:
Leendert de Borst
2025-12-26 23:05:10 +01:00
parent 741789f40f
commit 24efd92fe8

View File

@@ -206,7 +206,7 @@ public class DbSyncTests : ClientPlaywrightTest
// Assert that merge failed error message is shown.
var pageContent = await Page.TextContentAsync("body");
Assert.That(pageContent, Does.Contain("Unable to save changes"), $"Merge failed error expected after another client changed the password but no error message found.");
Assert.That(pageContent, Does.Contain("An unknown error occurred."), $"Merge failed error expected after another client changed the password but no error message found.");
}
/// <summary>