Skip to content

Commit

Permalink
Fix Prefix Pool following #5922
Browse files Browse the repository at this point in the history
  • Loading branch information
BeArchiTek committed Mar 5, 2025
1 parent 6a579cc commit 9d444d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/app/tests/e2e/guide/resource_manager_guide.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ test.describe("Resource Managers guide", () => {
await page.getByRole("option", { name: "IP Prefix Pool Core" }).click();

await page.getByRole("textbox", { name: "Name *" }).fill("Customer Service Pool");
// FIXME: Will change after #5889
await page.getByLabel("Default Prefix Type").fill("IpamIPPrefix");
await page.getByLabel("Default Prefix Length").fill("31");

await page
Expand Down

0 comments on commit 9d444d4

Please sign in to comment.