mirror of
https://github.com/getredash/redash.git
synced 2026-05-09 21:02:27 -04:00
add wait time before percy data source page snapshot (#3320)
This commit is contained in:
committed by
Arik Fraimovich
parent
b3643ffbb7
commit
8bdcfb06c5
@@ -14,6 +14,8 @@ describe('Create Data Source', () => {
|
||||
cy.getByTestId('Database Name').type('postgres{enter}');
|
||||
|
||||
cy.contains('Saved.');
|
||||
|
||||
cy.wait(1000);
|
||||
cy.percySnapshot('Create Data Source page');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user