mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 15:39:03 +02:00
🐛 Fix login/registration flow (#1688)
This commit is contained in:
parent
d6c6cc47d3
commit
b100c6274e
3 changed files with 16 additions and 8 deletions
|
@ -41,10 +41,6 @@ test.describe.serial(() => {
|
|||
email: TEST_USER_EMAIL,
|
||||
});
|
||||
|
||||
// Step 4: Navigate back to the poll
|
||||
await page.getByRole("main").getByRole("link", { name: "Polls" }).click();
|
||||
await expect(page).toHaveURL(/polls/);
|
||||
await page.click("text=Monthly Meetup");
|
||||
await expect(page.getByTestId("poll-title")).toHaveText("Monthly Meetup");
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue