Skip to content

Commit 3b470e7

Browse files
committed
Move static folder
1 parent 9418605 commit 3b470e7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/create-remix-app-express/tests/behaviour-server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test('Sends formdata with action error to Sentry', async ({ page }) => {
1818
await page.goto('/action-formdata');
1919

2020
await page.fill('input[name=test]', 'test');
21-
await page.setInputFiles('input[type=file]', './static/test.txt');
21+
await page.setInputFiles('input[type=file]', `${__dirname}/static/test.txt`);
2222

2323
const formdataActionTransaction = waitForTransaction('create-remix-app-express', transactionEvent => {
2424
return transactionEvent?.spans?.some(span => span.op === 'function.remix.action');

0 commit comments

Comments
 (0)