mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 20:46:01 +00:00
fix
This commit is contained in:
@@ -47,7 +47,7 @@ describe('Add connection', () => {
|
||||
cy.get('[data-testid=ConnectionSshTunnelFields_useSshTunnel]').check();
|
||||
cy.get('[data-testid=ConnectionSshTunnelFields_sshLogin]').clear().type('root');
|
||||
cy.get('[data-testid=ConnectionSshTunnelFields_sshPassword]').clear().type('root');
|
||||
cy.get('[data-testid=ConnectionSshTunnelFields_sshPort]').clear().type('16006');
|
||||
cy.get('[data-testid=ConnectionSshTunnelFields_sshPort]').clear().type('16012');
|
||||
cy.get('[data-testid=ConnectionTab_buttonSave]').click();
|
||||
cy.get('[data-testid=ConnectionTab_buttonConnect]').click();
|
||||
cy.contains('performance_schema');
|
||||
|
||||
@@ -4,7 +4,7 @@ beforeEach(() => {
|
||||
});
|
||||
|
||||
describe('Team edition tests', () => {
|
||||
it('Data archive editor - macros', () => {
|
||||
it('Team edition screens', () => {
|
||||
cy.testid('LoginPage_linkAdmin').click();
|
||||
cy.testid('LoginPage_password').type('adminpwd');
|
||||
cy.testid('LoginPage_submitLogin').click();
|
||||
@@ -27,4 +27,13 @@ describe('Team edition tests', () => {
|
||||
cy.contains('OAuth 2.0').click();
|
||||
cy.themeshot('authadmin');
|
||||
});
|
||||
|
||||
// it('OAuth authentication', () => {
|
||||
// cy.testid('AdminMenuWidget_itemAuthentication').click();
|
||||
// cy.contains('Add authentication').click();
|
||||
// cy.contains('Use database login').click();
|
||||
// cy.contains('Add authentication').click();
|
||||
// cy.contains('OAuth 2.0').click();
|
||||
// cy.themeshot('authadmin');
|
||||
// });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user