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 27c447b commit d4191eaCopy full SHA for d4191ea
src/browser/components/Settings/Settings.stories.tsx
@@ -262,7 +262,7 @@ export const SidebarNavigation: Story = {
262
263
// Content should update to show Models section text
264
await waitFor(async () => {
265
- const modelsText = canvas.getByText(/Add custom models/i);
+ const modelsText = canvas.getByText(/Manage your models/i);
266
await expect(modelsText).toBeVisible();
267
});
268
},
0 commit comments