mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
longer timeout
This commit is contained in:
@@ -397,8 +397,8 @@ describe('Data browser data', () => {
|
|||||||
cy.wait(1000);
|
cy.wait(1000);
|
||||||
cy.get('body').realType('find most popular artist');
|
cy.get('body').realType('find most popular artist');
|
||||||
cy.get('body').realPress('{enter}');
|
cy.get('body').realPress('{enter}');
|
||||||
cy.testid('DatabaseChatTab_executeAllQueries', { timeout: 20000 }).click();
|
cy.testid('DatabaseChatTab_executeAllQueries', { timeout: 30000 }).click();
|
||||||
cy.wait(20000);
|
cy.wait(30000);
|
||||||
// cy.contains('Iron Maiden');
|
// cy.contains('Iron Maiden');
|
||||||
cy.themeshot('database-chat');
|
cy.themeshot('database-chat');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user