mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 09:46:39 +02:00
Fix integration test
This commit is contained in:
parent
b442c80786
commit
0e0053bb6f
1 changed files with 0 additions and 4 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
Reference in a new issue