pgadmin4/web/regression/feature_utils
Shubham Agarwal ec476d6274 Feature test reliability improvements:
1. click_tab() -> Added wait till element is clickable, test cases are failing since the function attempts to click the tab which is not yet in the state to be clicked.

2. add_server() -> Replaced the sleep statement with wait till element to be clickable.
2018-06-27 16:40:03 +01:00
..
__init__.py Add feature test framework, using selenium and chromedriver for UI testing. 2017-02-22 12:41:28 +00:00
app_starter.py Support running feature tests against Firefox. Fixes #3270 2018-05-15 15:10:11 +01:00
base_feature_test.py Fix PEP8 issues in various modules. Fixes #3121 2018-02-19 11:12:35 +00:00
pgadmin_page.py Feature test reliability improvements: 2018-06-27 16:40:03 +01:00