Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Dec 10, 2024
1 parent 4cf8009 commit d54f3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/tests/e2e/objects/profiles/profiles.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ test.describe("/objects/CoreProfile - Profile for Interface L2 and fields verifi
await page.goto("/objects/CoreProfile");
await page.getByRole("link", { name: PROFILE_NAME }).click();
await expect(page.locator("dl").getByText(PROFILE_NAME)).toBeVisible();
await expect(page.getByText('Profile Priority2000')).toBeVisible();
await expect(page.getByText("Profile Priority2000")).toBeVisible();
await expect(page.getByText("MTU256")).toBeVisible();
await expect(
page
Expand Down

0 comments on commit d54f3af

Please sign in to comment.