[pgAdmin4][patch] - Fix CheckForViewDataTest - Mailing list pgadmin-hackers

From Anthony Emengo
Subject [pgAdmin4][patch] - Fix CheckForViewDataTest
Date
Msg-id CAG8BBZPi680AXzYqG4E43Fm0Gbz1S8U_cg-v+tRGs5DgBvtmKw@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][patch] - Fix CheckForViewDataTest  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi Hackers,

The feature test at pgadmin4/web/pgadmin/feature_tests/view_data_dml_queries.py systematically fails in both our CI pipelines and when run locally. It seems to be because the selenium driver is unable to parse cells of the query result table when is it out of view. This issue seemed to have occurred after our most recent changes to how the feature tests run got committed into master.

Screen Shot 2018-05-03 at 10.15.55 AM.png

Please consider the following patch to remedy this issue.

Thanks,
Anthony
Attachment

pgadmin-hackers by date:

Previous
From: Anthony Emengo
Date:
Subject: Re: [pgAdmin4][RM#3238] Proper error handling when connection will be lost to server.
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix the template loader to work reliably underWindow