2
0

🐛 (sheets) Correctly parse variables when getting data

This commit is contained in:
Baptiste Arnaud
2023-03-03 15:33:44 +01:00
parent 6cd1db7ba7
commit 7d56d5b39e
3 changed files with 10 additions and 11 deletions

View File

@ -136,7 +136,9 @@ test.describe.parallel('Google sheets integration', () => {
.press('Enter')
await expect(
page.locator('typebot-standard').locator('text=Your name is:')
).toHaveText(/John|Fred|Georges/)
).toHaveText(
`Your name is: ["Georges","John","Fred","Georges","Georges"] ["Last name","Smith","Smith"]`
)
})
})