mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
SYNC: fixed plugin tyab test, moived to add-connection tests
This commit is contained in:
committed by
Diflow
parent
ec06a7d861
commit
7196d6e1bf
@@ -113,6 +113,18 @@ describe('Add connection', () => {
|
|||||||
cy.contains('performance_schema');
|
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', () => {
|
it('export connections', () => {
|
||||||
cy.testid('WidgetIconPanel_menu').click();
|
cy.testid('WidgetIconPanel_menu').click();
|
||||||
cy.contains('Tools').click();
|
cy.contains('Tools').click();
|
||||||
|
|||||||
@@ -310,17 +310,6 @@ describe('Data browser data', () => {
|
|||||||
cy.themeshot('search-in-connections');
|
cy.themeshot('search-in-connections');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Plugin tab', () => {
|
|
||||||
cy.testid('WidgetIconPanel_settings').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('Edit mongo data JSON', () => {
|
it('Edit mongo data JSON', () => {
|
||||||
// TODO FIX: Missing button+ctx menu Revert all changes, missing button+ctx menu add document
|
// TODO FIX: Missing button+ctx menu Revert all changes, missing button+ctx menu add document
|
||||||
// TODO: Dark theme - not visible changed and deleted document
|
// TODO: Dark theme - not visible changed and deleted document
|
||||||
|
|||||||
Reference in New Issue
Block a user