Add guest to user flow test (#1536)

This commit is contained in:
Luke Vella 2025-01-31 16:54:41 +07:00 committed by GitHub
parent a7b0c62040
commit f7264a885d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 107 additions and 35 deletions

View file

@ -15,7 +15,6 @@ test.describe.serial(() => {
test("create a new poll", async () => {
const newPollPage = new NewPollPage(page);
await newPollPage.goto();
await newPollPage.createPollAndCloseDialog();
await expect(page.getByTestId("poll-title")).toHaveText("Monthly Meetup");