SYNC: adidtional test

This commit is contained in:
Jan Prochazka
2025-07-23 17:56:53 +02:00
committed by Diflow
parent 0149d4e27b
commit e82e63b288

View File

@@ -381,7 +381,7 @@ describe('Data browser data', () => {
cy.themeshot('compare-database-settings'); cy.themeshot('compare-database-settings');
}); });
it.only('Database chat', () => { it('Database chat', () => {
cy.contains('MySql-connection').click(); cy.contains('MySql-connection').click();
cy.contains('MyChinook').click(); cy.contains('MyChinook').click();
cy.testid('TabsPanel_buttonNewObject').click(); cy.testid('TabsPanel_buttonNewObject').click();
@@ -392,6 +392,11 @@ describe('Data browser data', () => {
cy.testid('DatabaseChatTab_executeThisQuery', { timeout: 20000 }).click(); cy.testid('DatabaseChatTab_executeThisQuery', { timeout: 20000 }).click();
cy.contains('Iron Maiden'); cy.contains('Iron Maiden');
cy.themeshot('database-chat'); cy.themeshot('database-chat');
// cy.get('body').realType('which song did bring the biggest income?');
// cy.get('body').realPress('{enter}');
// cy.contains('Gay Witch Hunt');
// cy.themeshot('database-chat');
}); });
it('Modify data', () => { it('Modify data', () => {