add wait time before percy data source page snapshot (#3320)

This commit is contained in:
Gabriel Dutra
2019-01-22 04:52:23 -02:00
committed by Arik Fraimovich
parent b3643ffbb7
commit 8bdcfb06c5

View File

@@ -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');
});
});