From d576ddd0c9845e4a505a24c206ee417f9b5eb1ee Mon Sep 17 00:00:00 2001 From: Kai Arseneau Date: Thu, 7 Nov 2024 23:42:47 -0500 Subject: [PATCH] Update upload.test.ts --- e2e/tests/upload/upload.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/tests/upload/upload.test.ts b/e2e/tests/upload/upload.test.ts index 0274188a..c9d692e5 100644 --- a/e2e/tests/upload/upload.test.ts +++ b/e2e/tests/upload/upload.test.ts @@ -18,6 +18,7 @@ test.describe('Upload Form', () => { // Clicks on the file input label and uploads the file await page.locator('#label-file-upload').click(); console.log("File path:", filePath); + console.log("dir name:", __dirname); await page.setInputFiles('#label-file-upload', filePath); // Clicks the submit button