Skip to content

Commit 854684a

Browse files
committed
fix: add resolves
1 parent 79ce400 commit 854684a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ export const RolesTab: Story = {
8585
const canvas = within(canvasElement);
8686
const rolesTab = await canvas.findByText("Role sync settings");
8787
await user.click(rolesTab);
88-
await expect(canvas.findByText("IdP role")).toBeVisible();
88+
await expect(canvas.findByText("IdP role")).resolves.toBeVisible();
8989
},
9090
};

0 commit comments

Comments
 (0)