Merge branch 'main' into codex/scheduled-search-alerts

This commit is contained in:
cesnimda
2026-08-31 22:37:58 +02:00
4 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ test("a saved job can be created through the reviewed UI flow", async ({ page })
await page.goto("/jobs");
await page.getByRole("button", { name: "Add Job" }).click();
await page.getByRole("button", { name: "Enter details manually" }).click();
await page.getByLabel("Company").fill(`E2E Company ${suffix}`);
await page.getByRole("dialog").getByRole("combobox", { name: "Company" }).fill(`E2E Company ${suffix}`);
await page.getByLabel("Job title").fill(title);
await page.getByRole("button", { name: "Continue" }).click();
for (let step = 0; step < 3; step += 1) {
+1
View File
@@ -39,6 +39,7 @@ export default defineConfig({
Auth__AdminEmail: "e2e@example.test",
Auth__AdminPassword: "E2ePassword123!",
Auth__AllowRegistration: "false",
RateLimits__AuthLoginPermitLimit: "100",
App__Version: "e2e-verification",
App__CommitSha: "e2e1234",
Cors__Origins__0: appUrl,