SYNC: try to fix test

This commit is contained in:
Jan Prochazka
2025-07-02 16:09:00 +02:00
committed by Diflow
parent ddf3c0810b
commit f4d5480f6f

View File

@@ -21,6 +21,7 @@ describe('Charts', () => {
cy.contains('department_name');
// cy.testid('QueryTab_executeButton').click();
// cy.testid('QueryTab_openChartButton').click();
cy.testid('chart-canvas').should($c => expect($c[0].toDataURL()).to.match(/^data:image\/png;base64/));
cy.themeshot('choose-detected-chart');
});
});