From 6fec92926da90a42572c9645626846fe6fd29a1f Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Sun, 23 Mar 2025 08:46:54 +0100 Subject: [PATCH] SYNC: ai assistant test - try to increase timeout --- e2e-tests/cypress/e2e/browse-data.cy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/cypress/e2e/browse-data.cy.js b/e2e-tests/cypress/e2e/browse-data.cy.js index f4245583d..2e1996fb1 100644 --- a/e2e-tests/cypress/e2e/browse-data.cy.js +++ b/e2e-tests/cypress/e2e/browse-data.cy.js @@ -369,7 +369,7 @@ describe('Data browser data', () => { cy.themeshot('comparesettings'); }); - it.skip('Query editor - AI assistant', () => { + it('Query editor - AI assistant', () => { cy.contains('MySql-connection').click(); cy.contains('MyChinook').click(); cy.testid('TabsPanel_buttonNewQuery').click(); @@ -378,7 +378,7 @@ describe('Data browser data', () => { cy.testid('ConfirmModal_okButton').click(); cy.testid('QueryAiAssistant_promptInput').type('album names'); cy.testid('QueryAiAssistant_queryFromQuestionButton').click(); - cy.contains('Use this').click(); + cy.contains('Use this', { timeout: 10000 }).click(); cy.testid('QueryTab_executeButton').click(); cy.contains('Balls to the Wall'); cy.themeshot('aiassistant');