Skip to content

Commit

Permalink
Update upload.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gr812b committed Nov 8, 2024
1 parent 27f87cb commit d576ddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/tests/upload/upload.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d576ddd

Please sign in to comment.