Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtmccarty committed Jul 15, 2024
1 parent 1192a36 commit 5cf246f
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 @@ -44,7 +44,7 @@ test.describe("/objects/CoreProfile - Profiles page", () => {
await expect(
page.locator("#alert-success-BuiltinTag-created").getByText("BuiltinTag created")
).toBeVisible();
await expect(page.getByRole("link", { name: "Profile Tag" })).toBeVisible();
await expect(page.getByRole("link", { name: "ProfileBuiltinTag" })).toBeVisible();
await expect(page.getByRole("link", { name: "profile test tag" })).toBeVisible();
});
});
Expand Down

0 comments on commit 5cf246f

Please sign in to comment.