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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM4228] Incorrect table listed in panel header
Date: 2019-06-11 14:42:53
Message-ID: CA+OCxoyFDSpF1ne40B-NsyAy9hT2m6xvLbqssqfSqN28uKdKDA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Tue, Jun 11, 2019 at 11:22 AM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> 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"
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-06-11 15:47:06 Re: [GSoC] Check if a query resultset is update-able
Previous Message Dave Page 2019-06-11 14:11:26 pgAdmin 4 commit: Ensure the correct label is used in panel headers whe