pgadmin4/web/pgadmin/feature_tests
Aditya Toshniwal 6fa6939f52 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 occur to 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.
2018-10-17 11:50:22 +01:00
..
__init__.py Revert "Rename the top level feature tests directory for consistency with other test directories" 2017-03-02 11:23:05 +00:00
browser_tool_bar_test.py Additional feature test fixes: 2018-10-17 11:50:22 +01:00
copy_selected_query_results_feature_test.py Stabilise feature tests for continuous running on CI systems. Fixes #3136. 2018-08-21 17:39:36 +05:30
datatype_test.json Update the regression tests to fix issues with Python 3.5 and PG 9.2. Fixes #3057 2018-01-26 16:45:09 +00:00
file_manager_test.py Additional feature test fixes: 2018-10-17 11:50:22 +01:00
keyboard_shortcut_test.py Additional feature test fixes: 2018-10-17 11:50:22 +01:00
pg_datatype_validation_test.py Additional feature test fixes: 2018-10-17 11:50:22 +01:00
pg_utilities_backup_restore_test.py Additional feature test fixes: 2018-10-17 11:50:22 +01:00
pg_utilities_maintenance_test.py Code refactoring: 2018-10-08 11:09:30 +01:00
query_tool_auto_complete_tests.py Ensure auto-complete works for objects in schemas other than public and pg_catalog. Fixes #3630 2018-09-11 12:56:14 +01:00
query_tool_journey_test.py Stabilise feature tests for continuous running on CI systems. Fixes #3136. 2018-08-21 17:39:36 +05:30
query_tool_tests.py When an execution is cancelled in query tool, two different messages are encountered at different time. There is no exact pattern for them. So now, the test case will look for any one of following message in the output text box 2018-10-10 11:23:14 +01:00
table_ddl_feature_test.py Stabilise feature tests for continuous running on CI systems. Fixes #3136. 2018-08-21 17:39:36 +05:30
test_data.json Re-hash the way that we handle rendering of special types such as arrays. Fixes #2782. Fixes #2822. 2017-12-13 11:53:27 +00:00
view_data_dml_queries.py Stabilise feature tests for continuous running on CI systems. Fixes #3136. 2018-08-21 17:39:36 +05:30
xss_checks_panels_and_query_tool_test.py Stabilise feature tests for continuous running on CI systems. Fixes #3136. 2018-08-21 17:39:36 +05:30
xss_checks_pgadmin_debugger_test.py Use a common function for sever setup in the testsuite. 2018-03-19 13:23:29 +00:00
xss_checks_roles_control_test.py Stabilise feature tests for continuous running on CI systems. Fixes #3136. 2018-08-21 17:39:36 +05:30