mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
SYNC: test fix
This commit is contained in:
committed by
Diflow
parent
2575efd28d
commit
09da5c6968
@@ -11,7 +11,7 @@ Builds:
|
|||||||
## 6.6.4
|
## 6.6.4
|
||||||
- ADDED: AI Database chat now supports much more LLM models.
|
- ADDED: AI Database chat now supports much more LLM models.
|
||||||
- ADDED: Possibility to use your own API key with OPENAI-compatible providers (OpenRouter, Antropic...)
|
- ADDED: Possibility to use your own API key with OPENAI-compatible providers (OpenRouter, Antropic...)
|
||||||
- ADDED: Possibility to use self=hosted own LLM (eg. Llama)
|
- ADDED: Possibility to use self-hosted own LLM (eg. Llama)
|
||||||
- ADDED: Team files - save SQL files and define shared charts, assign roles and users to these objects (Team Premium)
|
- ADDED: Team files - save SQL files and define shared charts, assign roles and users to these objects (Team Premium)
|
||||||
- FIXED: BUG: does no longer work with Cockroach DB #1202
|
- FIXED: BUG: does no longer work with Cockroach DB #1202
|
||||||
- FIXED: DbGate Web UI Connections do not display 'Databases' #1199
|
- FIXED: DbGate Web UI Connections do not display 'Databases' #1199
|
||||||
|
|||||||
@@ -128,6 +128,7 @@ describe('Add connection', () => {
|
|||||||
cy.testid('AiProviderCard_apikey_OpenRouter').clear().type('xxx');
|
cy.testid('AiProviderCard_apikey_OpenRouter').clear().type('xxx');
|
||||||
cy.testid('AiProviderCard_testButton_OpenRouter').click();
|
cy.testid('AiProviderCard_testButton_OpenRouter').click();
|
||||||
cy.testid('AiProviderCard_editButton_OpenRouter').click();
|
cy.testid('AiProviderCard_editButton_OpenRouter').click();
|
||||||
|
cy.testid('AiProviderCard_statusValid_OpenRouter').should('exist');
|
||||||
cy.themeshot('llm-providers-settings');
|
cy.themeshot('llm-providers-settings');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user