Skip to content

Commit 1b585b6

Browse files
committed
fix: remove console
1 parent 13b20ee commit 1b585b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/pages/ManagementSettingsPage/IdpSyncPage/IdpSyncPageView.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export const RolesTab: Story = {
8484
const user = userEvent.setup();
8585
const canvas = within(canvasElement);
8686
const rolesTab = await canvas.findByText("Role Sync Settings");
87-
console.log(rolesTab);
8887
await user.click(rolesTab);
8988
await expect(canvas.findByText("IdP Role")).resolves.toBeVisible();
9089
},

0 commit comments

Comments
 (0)