mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-02 18:51:52 +02:00
✨ Allow participant to enter email to receive edit link (#534)
This commit is contained in:
parent
aab999598e
commit
0ac3c95755
20 changed files with 230 additions and 81 deletions
|
@ -1,12 +1,11 @@
|
|||
import { expect, test } from "@playwright/test";
|
||||
import { load } from "cheerio";
|
||||
import smtpTester from "smtp-tester";
|
||||
import smtpTester, { SmtpTester } from "smtp-tester";
|
||||
|
||||
test.describe.serial(() => {
|
||||
let mailServer: smtpTester.SmtpTester;
|
||||
|
||||
let pollUrl: string;
|
||||
|
||||
let mailServer: SmtpTester;
|
||||
test.beforeAll(async () => {
|
||||
mailServer = smtpTester.init(4025);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue