mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 00:19:03 +02:00
✨ Updated sidebar layout (#1661)
This commit is contained in:
parent
8c0814b92b
commit
72ca1d4c38
104 changed files with 3268 additions and 1331 deletions
|
@ -42,7 +42,7 @@ test.describe.serial(() => {
|
|||
});
|
||||
|
||||
// Step 4: Navigate back to the poll
|
||||
await page.getByRole("link", { name: "Live" }).click();
|
||||
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