[pgAdmin4][patch] - Fix CheckForViewDataTest

Поиск
Список
Период
Сортировка
От Anthony Emengo
Тема [pgAdmin4][patch] - Fix CheckForViewDataTest
Дата
Msg-id CAG8BBZPi680AXzYqG4E43Fm0Gbz1S8U_cg-v+tRGs5DgBvtmKw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][patch] - Fix CheckForViewDataTest  (Dave Page <dpage@pgadmin.org>)
Список 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
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Anthony Emengo
Дата:
Сообщение: Re: [pgAdmin4][RM#3238] Proper error handling when connection will be lost to server.
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix the template loader to work reliably underWindow