2
0

fix(engine): 🐛 Chat chunk management

This commit is contained in:
Baptiste Arnaud
2022-03-03 10:15:20 +01:00
parent 831150e040
commit 4714e8046a
5 changed files with 143 additions and 68 deletions

View File

@ -35,7 +35,7 @@ test.describe.parallel('Image bubble step', () => {
await expect(page.locator('img')).toHaveAttribute(
'src',
new RegExp(
`https://s3.eu-west-3.amazonaws.com/typebot/typebots/${typebotId}/avatar.jpg`,
`http://localhost:9000/typebot/public/typebots/${typebotId}/avatar.jpg`,
'gm'
)
)