test(release): strengthen production verification
This commit is contained in:
@@ -16,6 +16,7 @@ test.beforeEach(async ({ page }) => {
|
||||
});
|
||||
|
||||
test("discovery remains usable across widths and opens the reviewed import", async ({ page }) => {
|
||||
test.setTimeout(60_000);
|
||||
await page.route("**/api/job-discovery/search**", async (route) => {
|
||||
await route.fulfill({ json: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user