Обсуждение: pgAdmin 4 commit: Additional feature test fixes:

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Additional feature test fixes:

От
Dave Page
Дата:
Additional feature test fixes:

1) Changes required for working with Bootstrap 4.
2) Change to fix the timeout exception when waiting for element (tested multiple times on multiple server, did not
occurto me thereafter) 
3) Removed reset layout after each test case. Instead, delete the layout entry from sqlite db file and do a plain
refresh.This will save some time and will also remove dependency on reset layout menu. 
4) Disables tree state saving when feature test run starts. Feature tests got confused with auto expanding tree.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6fa6939f52c9c0ccea90e1ca6c1b7d8073d2f5d0
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/feature_tests/browser_tool_bar_test.py |  1 +
web/pgadmin/feature_tests/file_manager_test.py     |  4 +-
.../feature_tests/keyboard_shortcut_test.py        |  4 +-
.../feature_tests/pg_datatype_validation_test.py   |  4 +-
.../pg_utilities_backup_restore_test.py            | 13 ++-----
web/regression/feature_utils/base_feature_test.py  |  4 +-
web/regression/feature_utils/pgadmin_page.py       | 32 +++++++++------
web/regression/python_test_utils/test_utils.py     | 45 ++++++++++++++++++++++
web/regression/runtests.py                         |  3 ++
9 files changed, 85 insertions(+), 25 deletions(-)