new message

This commit is contained in:
Niccolo Borgioli 2024-08-27 10:55:59 +02:00
parent 7aae690850
commit f8d8fa05b0

View File

@ -5,6 +5,6 @@ import { createNoteError } from '../../utils'
test.describe('@web', () => {
test('to big zip', async ({ page }) => {
const files = [Files.Zip]
await createNoteError(page, { files }, 'note is to big')
await createNoteError(page, { files }, 'could not create note. note is too big')
})
})