SYNC: fixed plugin tyab test, moived to add-connection tests

This commit is contained in:
SPRINX0\prochazka
2025-12-02 12:15:33 +01:00
committed by Diflow
parent ec06a7d861
commit 7196d6e1bf
2 changed files with 12 additions and 11 deletions

View File

@@ -113,6 +113,18 @@ describe('Add connection', () => {
cy.contains('performance_schema');
});
it('Plugin tab', () => {
cy.testid('WidgetIconPanel_menu').click();
cy.contains('Tools').click();
cy.contains('Manage plugins').click();
cy.contains('dbgate-plugin-theme-total-white').click();
// text from plugin markdown
cy.contains('Total white theme');
// wait for load logos
cy.wait(2000);
cy.themeshot('view-plugin-tab');
});
it('export connections', () => {
cy.testid('WidgetIconPanel_menu').click();
cy.contains('Tools').click();