SYNC: chart screenshot

This commit is contained in:
SPRINX0\prochazka
2025-06-16 09:23:19 +02:00
committed by Diflow
parent cd7cf63144
commit eaa60c281e
5 changed files with 26 additions and 1 deletions

View File

@@ -42,3 +42,11 @@ beforeEach(() => {
});
});
});
// Cypress.Screenshot.defaults({
// onBeforeScreenshot() {
// if (window.Chart) {
// Object.values(window.Chart.instances).forEach(c => c.resize());
// }
// },
// });