mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-21 12:56:21 +02:00
✨ Allow users to customize poll behaviour (#785)
This commit is contained in:
parent
14cfa2bd50
commit
b1e3f63a2e
58 changed files with 1361 additions and 1042 deletions
|
@ -23,11 +23,11 @@ test.describe.serial(() => {
|
|||
|
||||
await expect(page.getByTestId("poll-title")).toHaveText("Monthly Meetup");
|
||||
|
||||
const { email } = await mailServer.captureOne("john.doe@example.com", {
|
||||
wait: 5000,
|
||||
});
|
||||
// const { email } = await mailServer.captureOne("john.doe@example.com", {
|
||||
// wait: 5000,
|
||||
// });
|
||||
|
||||
expect(email.headers.subject).toBe("Let's find a date for Monthly Meetup");
|
||||
// expect(email.headers.subject).toBe("Let's find a date for Monthly Meetup");
|
||||
});
|
||||
|
||||
// delete the poll we just created
|
||||
|
@ -41,6 +41,6 @@ test.describe.serial(() => {
|
|||
|
||||
deletePollDialog.getByRole("button", { name: "delete" }).click();
|
||||
|
||||
await page.waitForURL("/polls");
|
||||
await expect(page).toHaveURL("/polls");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue