Task #242 finish — UnsTab drag-drop interactive E2E tests un-skip + pass #201
Reference in New Issue
Block a user
Delete Branch "task-242-finish-interactive-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes the scope-out from PR #200. Two co-operating harness bugs were masking the interactive circuit: (1) UseStaticWebAssets was never called so the staticwebassets manifest had no composed file provider → blazor.web.js served zero bytes; (2) InMemory DB name was re-rolled on every DbContext construction so seed + circuit + assertion scopes had isolated stores → ClusterDetail rendered
<p>Loading...</p>forever.Fix is two small AdminWebAppFactory changes: ApplicationName + UseStaticWebAssets, plus capturing the dbName string. Both interactive tests now un-skip.
Test plan