Skip to content

Commit 992c579

Browse files
committed
fix: format
1 parent eae7fae commit 992c579

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

site/e2e/tests/organizations/customRoles/customRoles.spec.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ test("custom roles disabled", async ({ page }) => {
191191
await page.goto("/organizations/coder/roles");
192192
await expect(page).toHaveURL("/organizations/coder/roles");
193193

194-
await expect(page.getByText("Upgrade to a premium license to create a custom role")).toBeVisible();
195-
await expect(page.getByRole("link", { name: "Create custom role" })).not.toBeVisible();
194+
await expect(
195+
page.getByText("Upgrade to a premium license to create a custom role"),
196+
).toBeVisible();
197+
await expect(
198+
page.getByRole("link", { name: "Create custom role" }),
199+
).not.toBeVisible();
196200
});

0 commit comments

Comments
 (0)