mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-21 04:46:22 +02:00
✅ Add test for guest to logged in user migration (#1544)
This commit is contained in:
parent
5abea1e072
commit
d4b6879a41
8 changed files with 64 additions and 11 deletions
|
@ -15,7 +15,7 @@ test.describe.serial(() => {
|
|||
test("create a new poll", async () => {
|
||||
const newPollPage = new NewPollPage(page);
|
||||
|
||||
await newPollPage.createPollAndCloseDialog();
|
||||
await newPollPage.createPollAndCloseDialog({ name: "Monthly Meetup" });
|
||||
|
||||
await expect(page.getByTestId("poll-title")).toHaveText("Monthly Meetup");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue