mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1. Resolved resize window issue for DDL result panel.
2. Updated the Screenshots. 3. Updated server group title to bold. refs #6133
This commit is contained in:
committed by
Akshay Joshi
parent
18b77f15dd
commit
0c9c57e608
@@ -19,7 +19,6 @@ import jasmineEnzyme from 'jasmine-enzyme';
|
||||
import MockAdapter from 'axios-mock-adapter';
|
||||
import axios from 'axios/index';
|
||||
|
||||
// import pgAdmin from 'sources/pgadmin';
|
||||
import pgWindow from 'sources/window';
|
||||
import url_for from 'sources/url_for';
|
||||
|
||||
@@ -59,8 +58,6 @@ describe('Schema Diff Component', () => {
|
||||
|
||||
schemaDiffInstance = new SchemaDiff(pgWindow.pgAdmin, pgWindow.pgAdmin.Browser);
|
||||
|
||||
// nodeInfo = { parent: {} };
|
||||
|
||||
// eslint-disable-next-line
|
||||
let docker = new wcDocker(
|
||||
'.dockerContainer', {
|
||||
|
||||
Reference in New Issue
Block a user