diff --git a/e2e-tests/cypress/e2e/browse-data.cy.js b/e2e-tests/cypress/e2e/browse-data.cy.js index 4900719c0..ff52793a7 100644 --- a/e2e-tests/cypress/e2e/browse-data.cy.js +++ b/e2e-tests/cypress/e2e/browse-data.cy.js @@ -370,7 +370,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(); @@ -379,7 +379,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');