Code refactoring: - Move the duplicate code for closing the background process dialog into 'test_gui_helper.py', - Simplify the logic by removing the duplicate steps to insert/update binary paths for each server type from 'test_utils.py'.
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0f1651686b28b776265b829e8999e4287d8c3b29 Author: Murtuza Zabuawala <murtuza.zabuaw...@enterprisedb.com> Modified Files -------------- .../pg_utilities_backup_restore_test.py | 27 +-------- .../feature_tests/pg_utilities_maintenance_test.py | 25 +------- .../python_test_utils/test_gui_helper.py | 38 ++++++++++++ web/regression/python_test_utils/test_utils.py | 67 ++++++---------------- 4 files changed, 61 insertions(+), 96 deletions(-)