rsnext/test/e2e/app-dir/actions
Zack Tanner b9d542183e
fix app-action deploy tests (#66846)
- Fixed redirects tests not working when deployed because they were
`POST` requests to a static page
- Skipped 404 test for a similar reason: a `POST` to the static not
found page is handled differently, and we won't have access to the
runtime logs anyway
- Refactored interception routes test to not rely on runtime logs
- Fixed revalidation test & removed comment about flakiness

<details>
<summary>Validated Run Summary</summary>

![CleanShot 2024-06-13 at 13 45
32@2x](https://github.com/vercel/next.js/assets/1939140/8b85cb60-b389-451c-b449-41067f86a8d3)

</details>
2024-06-13 14:20:43 -07:00
..
app fix app-action deploy tests (#66846) 2024-06-13 14:20:43 -07:00
components fix: server actions initiated from static pages (#51534) 2023-09-14 21:22:19 +00:00
pages skip HEAD request in server action redirect (#63819) 2024-03-28 12:54:29 -07:00
account-for-overhead.js [actions] Enforce body limit using Transform stream (#64694) 2024-04-18 16:04:20 -06:00
app-action-export.test.ts Remove redundant React dependency declarations in test (#66530) 2024-06-05 18:10:24 +02:00
app-action-form-state.test.ts Remove redundant React dependency declarations in test (#66530) 2024-06-05 18:10:24 +02:00
app-action-progressive-enhancement.test.ts Remove redundant React dependency declarations in test (#66530) 2024-06-05 18:10:24 +02:00
app-action-size-limit-invalid.test.ts Remove redundant React dependency declarations in test (#66530) 2024-06-05 18:10:24 +02:00
app-action.test.ts fix app-action deploy tests (#66846) 2024-06-13 14:20:43 -07:00
middleware.js Fix request body hanging when middleware is preset (#57381) 2023-10-25 02:44:10 +00:00
next.config.js Change allowed forwarded hosts to be allowed origins for Server Actions (#58023) 2023-11-08 11:20:32 +01:00