mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 23:53:57 +00:00
test fixes
This commit is contained in:
@@ -9,8 +9,10 @@ Builds:
|
|||||||
- win - application for Windows
|
- win - application for Windows
|
||||||
|
|
||||||
## 6.4.0 - not released yet
|
## 6.4.0 - not released yet
|
||||||
- REMOVED: Data duplicator
|
- ADDED: Data deployer (Premium)
|
||||||
- ADDED: Data deployer (Premium), compare data
|
- ADDED: Compare data between JSON lines file in archive and database table
|
||||||
|
- CHANGED: Data Duplicator => Data Replicator (suitable for update, create and delete data, much more customizable)
|
||||||
|
- REMOVED: Data duplicator GUI (replaced with Data Deployer)
|
||||||
- ADDED: Exporting to ZIP file
|
- ADDED: Exporting to ZIP file
|
||||||
- ADDED: Download SQL and SQLite files
|
- ADDED: Download SQL and SQLite files
|
||||||
- ADDED: Upload SQLite files
|
- ADDED: Upload SQLite files
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ describe('Data browser data', () => {
|
|||||||
cy.themeshot('data-browser-form-view');
|
cy.themeshot('data-browser-form-view');
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('Column search', () => {
|
it('Column search', () => {
|
||||||
cy.contains('MySql-connection').click();
|
cy.contains('MySql-connection').click();
|
||||||
cy.contains('MyChinook').click();
|
cy.contains('MyChinook').click();
|
||||||
cy.contains('Customer').click();
|
cy.contains('Customer').click();
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ describe('Data replicator', () => {
|
|||||||
systemConnection: conn,
|
systemConnection: conn,
|
||||||
driver,
|
driver,
|
||||||
loadedDbModel: storageModel,
|
loadedDbModel: storageModel,
|
||||||
targetSchema: driver.defaultSchemaName,
|
targetSchema: engine.defaultSchemaName,
|
||||||
});
|
});
|
||||||
|
|
||||||
async function queryValue(sql) {
|
async function queryValue(sql) {
|
||||||
|
|||||||
Reference in New Issue
Block a user