On Tue, Jun 26, 2018 at 8:45 AM, Shubham Agarwal <
shubham.agar...@enterprisedb.com> wrote:
> Hi Team,
>
> I have modified the patch and used CSS Selector in add_server() function.
>
Thanks, applied.
>
> I have also tried different approaches to eliminate XPATH in click_tab()
> function but fai
Hi Team,
I have modified the patch and used CSS Selector in add_server() function.
I have also tried different approaches to eliminate XPATH in click_tab()
function but failed to do so due to following reasons-:
1. :contains() function doesnt work with CSS selector in selenium and
since in mo
Hi Khushboo,
Yes i agree, currently we are not changing the functions that are already
written but will use css selectors in all the upcoming new test cases.
Thanks and regards,
Shubham Agarwal
On Fri, Jun 15, 2018 at 11:02 AM, Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi Shubh
On Fri, Jun 15, 2018 at 6:32 AM, Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi Shubham,
>
> On Thu, Jun 14, 2018 at 3:25 PM, Shubham Agarwal <
> shubham.agar...@enterprisedb.com> wrote:
>
>> Hi Team,
>>
>> I have modified following two functions in pgadmin_page.py :-
>>
>> 1. click
Hi Shubham,
On Thu, Jun 14, 2018 at 3:25 PM, Shubham Agarwal <
shubham.agar...@enterprisedb.com> wrote:
> Hi Team,
>
> I have modified following two functions in pgadmin_page.py :-
>
> 1. click_tab() -> Added wait till element is clickable, test cases are
> failing since the function attempts to
Hi Team,
I have modified following two functions in pgadmin_page.py :-
1. click_tab() -> Added wait till element is clickable, test cases are
failing since the function attempts to click the tab which is not yet in
the state to be clicked.
2. add_server() -> Replaced the sleep statement with wai