mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
SYNC: switch on all tests
This commit is contained in:
@@ -81,7 +81,7 @@ describe('Data browser data', () => {
|
|||||||
cy.contains('Aerosmith').should('not.exist');
|
cy.contains('Aerosmith').should('not.exist');
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('Data filter', () => {
|
it('Data filter', () => {
|
||||||
cy.contains('MySql-connection').click();
|
cy.contains('MySql-connection').click();
|
||||||
cy.contains('MyChinook').click();
|
cy.contains('MyChinook').click();
|
||||||
cy.contains('Album').click();
|
cy.contains('Album').click();
|
||||||
@@ -369,7 +369,7 @@ describe('Data browser data', () => {
|
|||||||
cy.themeshot('comparesettings');
|
cy.themeshot('comparesettings');
|
||||||
});
|
});
|
||||||
|
|
||||||
it.skip('Query editor - AI assistant', () => {
|
it('Query editor - AI assistant', () => {
|
||||||
cy.contains('MySql-connection').click();
|
cy.contains('MySql-connection').click();
|
||||||
cy.contains('MyChinook').click();
|
cy.contains('MyChinook').click();
|
||||||
cy.testid('TabsPanel_buttonNewQuery').click();
|
cy.testid('TabsPanel_buttonNewQuery').click();
|
||||||
|
|||||||
Reference in New Issue
Block a user