pgAdmin 4 commit: Add a 0.5 second delay to treeview node expansion in

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add a 0.5 second delay to treeview node expansion in
Date: 2017-04-07 11:42:11
Message-ID: E1cwSHL-0006fK-VD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add a 0.5 second delay to treeview node expansion in the feature tests, to try to (temporarily) allow for script loading time. Tentatively enable the feature tests in CI to see if it works.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8a01cdfaf94fb4302cab2620ed8840a8108aa600

Modified Files
--------------
ci/run_python_tests.sh | 2 +-
web/regression/feature_utils/pgadmin_page.py | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Atira Odhner 2017-04-07 13:49:55 Re: [patch] Column selection on SQLEditor
Previous Message Dave Page 2017-04-07 11:37:03 pgAdmin 4 commit: Include an example of running just the feature tests.