Skip to content

Commit

Permalink
add wait time before percy data source page snapshot (#3320)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldutra authored and arikfr committed Jan 22, 2019
1 parent b3643ff commit 8bdcfb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/integration/data-source/create_data_source_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
});

0 comments on commit 8bdcfb0

Please sign in to comment.