Skip to content

Commit

Permalink
update ci.ynl
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie committed Feb 15, 2023
1 parent abc2b92 commit fe4e1d4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,5 @@ When('the chart is visible {string}', (name) => {
});

cy.wait(4000);
cy.get('canvas').compareSnapshot(`chart-history-${number}`, {
errorThreshold: 0.03,
});
cy.get('canvas').compareSnapshot(`chart-history-${number}`);
});

0 comments on commit fe4e1d4

Please sign in to comment.