pgAdmin 4 commit: Fixed jasmine test cases introduced by the theme patc

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed jasmine test cases introduced by the theme patc
Date: 2022-07-01 09:35:39
Message-ID: E1o7D3r-00068x-Au@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed jasmine test cases introduced by the theme patch.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c45a62b5378a856a53ef98dc4c3f4df0f5fb584
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.../static/js/erd_tool/dialogs/DialogWrapper.js | 35 ++++----
.../javascript/SchemaView/SchemaView.spec.js | 95 ++++++++++++----------
web/regression/javascript/genericFunctions.jsx | 93 +++++++++++----------
.../javascript/schema_ui_files/backup.ui.spec.js | 65 ++++++++-------
.../schema_ui_files/backupGlobal.ui.spec.js | 33 ++++----
.../schema_ui_files/debugger_args.ui.spec.js | 23 +++---
.../schema_ui_files/foreign_table.ui.spec.js | 69 ++++++++--------
.../schema_ui_files/grant_wizard.ui.spec.js | 23 +++---
.../import_export_servers.ui.spec.js | 45 +++++-----
9 files changed, 261 insertions(+), 220 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-01 09:35:59 Re: Bug #7523 Typo error for Statistics
Previous Message Aditya Toshniwal 2022-07-01 08:37:56 Re: [pgAdmin][patch] Theme component usage fix