fix(ci): point browser smoke at isolated API
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user