Commit 54f4b91
e2e: seed plan limits so settings plan card renders
The "displays plan info" test asserts `getByText('Feed subscriptions')`,
which only renders inside the Plan card's `{#if auth.user.limits}` block.
The fixture never seeded `limits`, so that block never rendered in e2e —
the assertion was incidentally satisfied by the PDS-sync paragraph copy
("...store your feed subscriptions on your PDS...", matched case-insensitively
as a substring). This PR reworded that copy to "feed list", removing the
substring and breaking the test.
Seed `limits` on the fixture user so the Plan card's usage rows actually
render, making the test verify what it claims to.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5b6e6af commit 54f4b91
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| |||
0 commit comments