Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b20ee commit 1b585b6Copy full SHA for 1b585b6
site/src/pages/ManagementSettingsPage/IdpSyncPage/IdpSyncPageView.stories.tsx
@@ -84,7 +84,6 @@ export const RolesTab: Story = {
84
const user = userEvent.setup();
85
const canvas = within(canvasElement);
86
const rolesTab = await canvas.findByText("Role Sync Settings");
87
- console.log(rolesTab);
88
await user.click(rolesTab);
89
await expect(canvas.findByText("IdP Role")).resolves.toBeVisible();
90
},
0 commit comments