Migrating all validation to use HTMX and endpoints instead of WASM/Websocket connections

This commit is contained in:
2026-04-13 18:40:17 +05:00
parent d1f0967a0c
commit b323862e03
24 changed files with 1203 additions and 188 deletions
@@ -266,7 +266,7 @@ public class FormsTests : PlaywrightTestBase
var labels = Page.Locator("label");
var count = await labels.CountAsync();
Assert.That(count, Is.EqualTo(7), "Expected 7 labels (one per form field)");
Assert.That(count, Is.EqualTo(8), "Expected 8 labels (one per form field)");
}
[Test]