|
@@ -70,11 +70,10 @@ describe('AlertWizard', () => {
|
|
|
expect(screen.getByText('Errors')).toBeInTheDocument();
|
|
|
expect(screen.getByText('Sessions')).toBeInTheDocument();
|
|
|
expect(screen.getByText('Performance')).toBeInTheDocument();
|
|
|
- expect(screen.getByText('Uptime Monitoring')).toBeInTheDocument();
|
|
|
expect(screen.getByText('LLM Monitoring')).toBeInTheDocument();
|
|
|
expect(screen.getByText('Custom')).toBeInTheDocument();
|
|
|
const alertGroups = screen.getAllByRole('radiogroup');
|
|
|
- expect(alertGroups.length).toEqual(6);
|
|
|
+ expect(alertGroups.length).toEqual(5);
|
|
|
});
|
|
|
|
|
|
it('should only render alerts for errors in self-hosted errors only', () => {
|