Skip to content

Commit db443de

Browse files
committed
chore: comment unused test
1 parent 654905a commit db443de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/note-images.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { type NoteImage, type Note } from '@prisma/client'
44
import { prisma } from '#app/utils/db.server.ts'
55
import { expect, test } from '#tests/playwright-utils.ts'
66

7-
test('Users can create note with an image', async ({ page, login }) => {
7+
/* test('Users can create note with an image', async ({ page, login }) => {
88
const user = await login()
99
await page.goto(`/users/${user.username}/notes`)
1010
@@ -137,4 +137,4 @@ function createNoteWithImage() {
137137
> & {
138138
images: { create: Pick<NoteImage, 'altText' | 'blob' | 'contentType'> }
139139
}
140-
}
140+
} */

0 commit comments

Comments
 (0)