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 09:20:31
Message-ID: CA+OCxoyeOVbm8JxhCob0aeZuuh9mq964=F2EwZ9Q6=g6LnTDmw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-06-11 10:22:22 Re: [pgAdmin][RM4228] Incorrect table listed in panel header
Previous Message Dave Page 2019-06-11 08:21:27 Re: [GSoC] Check if a query resultset is update-able