Converting Tests back to C# but still with Playwright

This commit is contained in:
2026-06-03 14:45:18 -04:00
parent 85834466f1
commit 46150d3a69
209 changed files with 1503 additions and 683 deletions
+15
View File
@@ -0,0 +1,15 @@
@inherits BasePage
@page "/raw-database"
<div class="page">
<AlertComponent>
<Title>Placeholders and Speculative</Title>
<Message>The data I am using contains placeholders and speculation on future mechanics. Ignore said data when
using this JSON.
</Message>
</AlertComponent>
<CodeComponent>
@EntityData.AsJson()
</CodeComponent>
</div>