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 4350e88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,3 @@ jobs:
start: npm run start:server:local
record: false
browser: chrome

- name: Upload screenshots
uses: actions/upload-artifact@latest
if: failure()
with:
name: cypress-snapshots
path: cypress/screenshot
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 4350e88

Please sign in to comment.