mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
SYNC: simplker chat test
This commit is contained in:
committed by
Diflow
parent
ecf2f5ed8c
commit
abe7fdf34d
@@ -391,14 +391,14 @@ describe('Data browser data', () => {
|
|||||||
cy.get('body').realPress('{enter}');
|
cy.get('body').realPress('{enter}');
|
||||||
cy.testid('DatabaseChatTab_executeAllQueries', { timeout: 20000 }).click();
|
cy.testid('DatabaseChatTab_executeAllQueries', { timeout: 20000 }).click();
|
||||||
cy.contains('Iron Maiden');
|
cy.contains('Iron Maiden');
|
||||||
// cy.themeshot('database-chat');
|
|
||||||
|
|
||||||
cy.testid('DatabaseChatTab_promptInput').click();
|
|
||||||
cy.get('body').realType('I need top 10 songs with the biggest income');
|
|
||||||
cy.get('body').realPress('{enter}');
|
|
||||||
cy.contains('Hot Girl', { timeout: 20000 });
|
|
||||||
cy.wait(1000);
|
|
||||||
cy.themeshot('database-chat');
|
cy.themeshot('database-chat');
|
||||||
|
|
||||||
|
// cy.testid('DatabaseChatTab_promptInput').click();
|
||||||
|
// cy.get('body').realType('I need top 10 songs with the biggest income');
|
||||||
|
// cy.get('body').realPress('{enter}');
|
||||||
|
// cy.contains('Hot Girl', { timeout: 20000 });
|
||||||
|
// cy.wait(1000);
|
||||||
|
// cy.themeshot('database-chat');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Modify data', () => {
|
it('Modify data', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user