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 79ce400 commit 854684aCopy full SHA for 854684a
site/src/pages/ManagementSettingsPage/IdpSyncPage/IdpSyncPageView.stories.tsx
@@ -85,6 +85,6 @@ export const RolesTab: Story = {
85
const canvas = within(canvasElement);
86
const rolesTab = await canvas.findByText("Role sync settings");
87
await user.click(rolesTab);
88
- await expect(canvas.findByText("IdP role")).toBeVisible();
+ await expect(canvas.findByText("IdP role")).resolves.toBeVisible();
89
},
90
};
0 commit comments