SYNC: private cloud test

This commit is contained in:
SPRINX0\prochazka
2025-06-24 10:32:24 +02:00
committed by Diflow
parent eba16cc15d
commit c641830825
6 changed files with 42 additions and 8 deletions

View File

@@ -513,9 +513,4 @@ describe('Data browser data', () => {
cy.testid('chart-canvas').should($c => expect($c[0].toDataURL()).to.match(/^data:image\/png;base64/));
cy.themeshot('query-result-chart');
});
it.only('Private cloud', () => {
cy.testid('WidgetIconPanel_cloudAccount').click();
cy.contains('Sign in with Google').click();
});
});