Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Aug 22, 2024
1 parent d1e0011 commit 5a1e610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/client/tests/UserProperty-e2e.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ describe('UserProperty Component Tests', () => {
expect(screen.getByText('My Anthropic LLM')).toBeInTheDocument();
expect(screen.getByText('My Toolbox Name')).toBeInTheDocument();
});
});
}, 10000);

it('should show correct form when clicking the breadcrumbs', async () => {
const { user } = await setupComponent();
Expand Down Expand Up @@ -342,5 +342,5 @@ describe('UserProperty Component Tests', () => {
await waitFor(() => {
expect(screen.getByLabelText('Name')).toHaveValue('My Anthropic Agent');
});
}, 10000);
});
});

0 comments on commit 5a1e610

Please sign in to comment.