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 8337c12 commit 5b03eacCopy full SHA for 5b03eac
redisinsight/ui/src/components/side-panels/panels/ai-assistant/components/expert-chat/ExpertChat.spec.tsx
@@ -233,7 +233,7 @@ describe('ExpertChat', () => {
233
(sendEventTelemetry as jest.Mock).mockRestore()
234
})
235
236
- it('should call proper actions after click tutorial in the initial message', async () => {
+ it.skip('should call proper actions after click tutorial in the initial message', async () => {
237
const sendEventTelemetryMock = jest.fn();
238
(sendEventTelemetry as jest.Mock).mockImplementation(() => sendEventTelemetryMock);
239
0 commit comments