Re: [pgAdmin][RM4228] Incorrect table listed in panel header

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM4228] Incorrect table listed in panel header
Date: 2019-06-11 10:22:22
Message-ID: CAM9w-_m4SzEG+FSw0=mwg5c3GU4Gy6qsTLRR+dVr-=a3NJva7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

It is failing irrespective of patch applied or not. :)
However, I have fixed it. Attached is the updated patch.
I have also flag for chromedriver 75.

Just to add, I have also changed "Filtered Rows" dialog title to add table
details also.

Kindly review.

On Tue, Jun 11, 2019 at 2:50 PM Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Hi
>
> This doesn't pass the feature tests:
>
> ======================================================================
> ERROR: runTest
> (pgadmin.feature_tests.browser_tool_bar_test.BrowserToolBarFeatureTest)
> Browser tool bar feature test
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Users/dpage/git/pgadmin4/web/pgadmin/feature_tests/browser_tool_bar_test.py",
> line 55, in runTest
> self.test_filtered_rows_tool_button()
> File
> "/Users/dpage/git/pgadmin4/web/pgadmin/feature_tests/browser_tool_bar_test.py",
> line 112, in test_filtered_rows_tool_button
> ".alertify .ajs-header[data-title='Data Filter']")
> File
> "/Users/dpage/git/pgadmin4/web/regression/feature_utils/pgadmin_page.py",
> line 305, in find_by_css_selector
> lambda driver: driver.find_element_by_css_selector(css_selector)
> File
> "/Users/dpage/git/pgadmin4/web/regression/feature_utils/pgadmin_page.py",
> line 485, in wait_for_element
> self._wait_for("element to exist", element_if_it_exists)
> File
> "/Users/dpage/git/pgadmin4/web/regression/feature_utils/pgadmin_page.py",
> line 560, in _wait_for
> "Timed out waiting for " + waiting_for_message
> File
> "/Users/dpage/.virtualenvs/pgadmin4/lib/python3.7/site-packages/selenium/webdriver/support/wait.py",
> line 80, in until
> raise TimeoutException(message, screen, stacktrace)
> selenium.common.exceptions.TimeoutException: Message: Timed out waiting
> for element to exist
>
>
> On Tue, Jun 11, 2019 at 8:35 AM Aditya Toshniwal <
> aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
>
>> Hi Hackers,
>>
>> Attached is the patch to fix incorrect label on panels when using
>> filtered rows.
>> I've also moved redundant code for filter data in datagrid.js to
>> show_data.js, reusing the existing code of view/edit data.
>>
>> Kindly review.
>>
>> --
>> Thanks and Regards,
>> Aditya Toshniwal
>> Software Engineer | EnterpriseDB India | Pune
>> "Don't Complain about Heat, Plant a TREE"
>>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM4228_v2.patch application/octet-stream 26.5 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-06-11 12:18:10 pgAdmin 4 commit: Fix issue where property dialog of column should open
Previous Message Dave Page 2019-06-11 09:20:31 Re: [pgAdmin][RM4228] Incorrect table listed in panel header