File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
site/src/pages/DeploymentSettingsPage/IdpOrgSyncPage Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 1
1
import type { Meta , StoryObj } from "@storybook/react" ;
2
- import { expect , userEvent , within } from "@storybook/test" ;
3
2
import {
4
3
MockOrganization ,
5
4
MockOrganization2 ,
@@ -49,16 +48,3 @@ export const MissingGroups: Story = {
49
48
organizationSyncSettings : MockOrganizationSyncSettings ,
50
49
} ,
51
50
} ;
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
- // };
You can’t perform that action at this time.
0 commit comments