This commit is contained in:
2022-11-15 13:05:13 +01:00
parent 88ea828b66
commit 0934808a59
5 changed files with 4 additions and 4 deletions

View File

@@ -20,5 +20,5 @@ test('image content', async ({ page }) => {
const files = [Files.Image]
const checksum = await getFileChecksum(files[0])
const link = await createNote(page, { files })
await checkLinkForDownload(page, link, 'alfred-kenneally', checksum)
await checkLinkForDownload(page, link, 'image.jpg', checksum)
})