Skip to content

Commit d4191ea

Browse files
committed
fix: update Settings story to match new Models section text
1 parent 27c447b commit d4191ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/components/Settings/Settings.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export const SidebarNavigation: Story = {
262262

263263
// Content should update to show Models section text
264264
await waitFor(async () => {
265-
const modelsText = canvas.getByText(/Add custom models/i);
265+
const modelsText = canvas.getByText(/Manage your models/i);
266266
await expect(modelsText).toBeVisible();
267267
});
268268
},

0 commit comments

Comments
 (0)