mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
SYNC: adidtional test
This commit is contained in:
@@ -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', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user