🚸 (results) Improve list variables display in results table

This commit is contained in:
Baptiste Arnaud
2023-04-01 09:00:59 +02:00
parent b9ae314ef9
commit 411cf31b39
2 changed files with 46 additions and 26 deletions

View File

@@ -7,13 +7,13 @@ import { SmtpCredentials } from '@typebot.io/schemas'
export const mockSmtpCredentials: SmtpCredentials['data'] = {
from: {
email: 'sunny.cremin66@ethereal.email',
name: 'Sunny Cremin',
email: 'pedro.morissette@ethereal.email',
name: 'Pedro Morissette',
},
host: 'smtp.ethereal.email',
port: 587,
username: 'sunny.cremin66@ethereal.email',
password: 'yJDHkf2bYbNydaRvTq',
username: 'pedro.morissette@ethereal.email',
password: 'ctDZ8SyeFyTT5MReJM',
}
test.beforeAll(async () => {