mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-05 17:00:39 +00:00
cleanup tests
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { test } from '@playwright/test'
|
||||
import { createNote } from '../../utils'
|
||||
import { Files } from '../../files'
|
||||
import { createNoteError } from '../../utils'
|
||||
|
||||
test.describe('@web', () => {
|
||||
test('to big zip', async ({ page }) => {
|
||||
const files = [Files.Zip]
|
||||
await createNote(page, { files, error: 'note is to big' })
|
||||
await createNoteError(page, { files }, 'note is to big')
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user