mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-01 04:44:16 +01:00
new message
This commit is contained in:
parent
7aae690850
commit
f8d8fa05b0
@ -5,6 +5,6 @@ import { createNoteError } from '../../utils'
|
|||||||
test.describe('@web', () => {
|
test.describe('@web', () => {
|
||||||
test('to big zip', async ({ page }) => {
|
test('to big zip', async ({ page }) => {
|
||||||
const files = [Files.Zip]
|
const files = [Files.Zip]
|
||||||
await createNoteError(page, { files }, 'note is to big')
|
await createNoteError(page, { files }, 'could not create note. note is too big')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user