mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-04 00:48: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
|
@ -16,6 +16,7 @@ const config: PlaywrightTestConfig = {
|
|||
use: {
|
||||
viewport: { width: 1280, height: 720 },
|
||||
baseURL,
|
||||
permissions: ["clipboard-read"],
|
||||
trace: "retain-on-failure",
|
||||
},
|
||||
webServer: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue