refactor(e2e): organize fixtures by feature

This commit is contained in:
2026-07-16 11:49:58 +08:00
parent 764bb5a862
commit e730799aa5
28 changed files with 521 additions and 1335 deletions
@@ -21,7 +21,7 @@ test("user sees insufficient credits when unlocking a paid voice message and can
}) => {
await signInWithEmailAndOpenChat(page);
await expect(
page.getByText("Unlock this voice message with credits."),
page.getByText("Elio has a locked voice message for you."),
).toBeVisible({ timeout: 10_000 });
const unlockButton = page.getByRole("button", {