Skip to content

Commit

Permalink
adapt e2e object-filters test
Browse files Browse the repository at this point in the history
  • Loading branch information
wvandeun committed Oct 30, 2024
1 parent e007bed commit b67820c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/tests/e2e/objects/object-filters.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ test.describe("Object filters", () => {
await page.getByRole("option", { name: "atl1-core1" }).click();
await page.getByRole("button", { name: "Apply filters" }).click();

await expect(page.getByRole("row", { name: "InfraInterfaceL3 Loopback0" })).toBeVisible();
await expect(page.getByRole("row", { name: "InfraInterfaceL3 atl1-core1 Loopback0" })).toBeVisible();
await expect(page.getByRole("link", { name: "Connected to jfk1-edge2" })).toBeHidden();
});

Expand Down

0 comments on commit b67820c

Please sign in to comment.