refactor(e2e): organize fixtures by feature
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user