We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db443de commit 9b45ec5Copy full SHA for 9b45ec5
tests/e2e/note-images.test.ts
@@ -1,10 +1,10 @@
1
-import fs from 'fs'
+/* import fs from 'fs'
2
import { faker } from '@faker-js/faker'
3
import { type NoteImage, type Note } from '@prisma/client'
4
import { prisma } from '#app/utils/db.server.ts'
5
import { expect, test } from '#tests/playwright-utils.ts'
6
7
-/* test('Users can create note with an image', async ({ page, login }) => {
+test('Users can create note with an image', async ({ page, login }) => {
8
const user = await login()
9
await page.goto(`/users/${user.username}/notes`)
10
0 commit comments