Re: [pgadmin] Prefer CSS selectors to XPath selectors in feature tests

2018-05-17 Thread Ashesh Vashi
On Wed, May 16, 2018 at 7:26 PM, Anthony Emengo wrote: > Hey all, > > We've noticed that our feature tests make extensive use of xpath with the > selenium api. It's well documented that css selectors are easier to read > and more efficient. I think we should start to favor these if we have not >

[pgadmin] Prefer CSS selectors to XPath selectors in feature tests

2018-05-16 Thread Anthony Emengo
Hey all, We've noticed that our feature tests make extensive use of xpath with the selenium api. It's well documented that css selectors are easier to read and more efficient. I think we should start to favor these if we have not considered so already. http://bugsareinthegaps.com/what-is-the-best