Patryk Kopyciński 2025-03-04 15:28:12 +01:00 committed by GitHub
parent 1814c60017
commit f74b6b52dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,8 @@ describe('AI Assistant Conversations', { tags: ['@ess', '@serverless'] }, () =>
waitForConversation(mockConvo1);
waitForConversation(mockConvo2);
});
describe('No connectors or conversations exist', () => {
// On serverless we provide deafult .inference `Elastic LLM` connector
describe('No connectors or conversations exist', { tags: ['@skipInServerless'] }, () => {
it('Shows welcome setup when no connectors or conversations exist', () => {
visitGetStartedPage();
openAssistant();