Skip to content

Commit

Permalink
fix number pool
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Oct 17, 2024
1 parent 4e0e84a commit f544e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test.describe("/resource-manager - Resource Manager", () => {
await page.goto("/resource-manager");
await page.getByTestId("create-object-button").click();
await page.getByLabel("Select an object type").click();
await page.getByText("Number PoolCore").click();
await page.getByRole("option", { name: "Number Pool Core" }).click();
await expect(page.getByText("Name *")).toBeVisible();
await page.getByLabel("Name *").fill("number pool test");
await page.getByLabel("Node *").click();
Expand Down

0 comments on commit f544e42

Please sign in to comment.