Skip to content

Commit

Permalink
test(cypress): Increases comparison wait to 2500, updates to images
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-bits committed May 31, 2019
1 parent f8fa6d5 commit f3835d1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ addMatchImageSnapshotCommand({
});

Cypress.Commands.add('imageComparison', function(name) {
cy.wait(2000);
cy.wait(2500);
cy.matchImageSnapshot(name);
});

Expand Down

0 comments on commit f3835d1

Please sign in to comment.