Skip to content

Commit fb2ca45

Browse files
committed
chore: cleanup
1 parent 01540c8 commit fb2ca45

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

site/src/pages/DeploymentSettingsPage/IdpOrgSyncPage/IdpOrgSyncPageView.stories.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { Meta, StoryObj } from "@storybook/react";
2-
import { expect, userEvent, within } from "@storybook/test";
32
import {
43
MockOrganization,
54
MockOrganization2,
@@ -49,16 +48,3 @@ export const MissingGroups: Story = {
4948
organizationSyncSettings: MockOrganizationSyncSettings,
5049
},
5150
};
52-
53-
// export const RolesTab: Story = {
54-
// args: {
55-
// ...Default.args,
56-
// },
57-
// play: async ({ canvasElement }) => {
58-
// const user = userEvent.setup();
59-
// const canvas = within(canvasElement);
60-
// const rolesTab = await canvas.findByText("Role Sync Settings");
61-
// await user.click(rolesTab);
62-
// await expect(canvas.findByText("IdP Role")).resolves.toBeVisible();
63-
// },
64-
// };

0 commit comments

Comments
 (0)