mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-21 04:46:22 +02:00
✨ New and Improved Screens (#1151)
This commit is contained in:
parent
5461c57228
commit
997a1eec78
75 changed files with 1517 additions and 743 deletions
|
@ -22,12 +22,6 @@ test.describe.serial(() => {
|
|||
await newPollPage.createPollAndCloseDialog();
|
||||
|
||||
await expect(page.getByTestId("poll-title")).toHaveText("Monthly Meetup");
|
||||
|
||||
// const { email } = await mailServer.captureOne("john.doe@example.com", {
|
||||
// wait: 5000,
|
||||
// });
|
||||
|
||||
// expect(email.headers.subject).toBe("Let's find a date for Monthly Meetup");
|
||||
});
|
||||
|
||||
// delete the poll we just created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue