pgAdmin 4 commit: Fixed Jasmine test cases.

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.
Date: 2022-03-24 06:44:21
Message-ID: E1nXHCn-00040O-2N@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed Jasmine test cases.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/static/js/SchemaView/index.jsx | 4 ++--
web/pgadmin/static/js/components/SelectThemes.jsx | 9 +++------
web/regression/javascript/components/FormComponents.spec.js | 2 +-
web/regression/javascript/erd/fake_item.js | 6 ++++++
.../javascript/erd/ui_components/body_widget_spec.js | 11 +++++++----
5 files changed, 19 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil Mohite 2022-03-24 09:32:58 [pgAdmin][RM-7267]: Unexpected error messages are displayed when users change the language via preferences
Previous Message Aditya Toshniwal 2022-03-23 13:03:22 [pgAdmin][patch] JS test cases fix