fix mistake in cypress config

This commit is contained in:
mahula 2023-03-08 14:15:46 +01:00
parent d9cf0591fd
commit c4083bef86

View File

@ -21,6 +21,9 @@ async function setupNodeEvents(
setEmailLink: (link: string) => {
return (emailLink = link)
},
getEmailLink: () => {
return emailLink
},
})
on('after:run', (results) => {