Danielle Madeley

Results 143 comments of Danielle Madeley

Was generally thinking of going through and cleaning up the XPath for all of the steps to reduce the number of round trips to Selenium required to use LWD.

So, having looked at this in depth. It looks non-trivial to make it work without jQuery. So we can either remove it completely, or just leave it there. If you...

The answer is to import lettuce_webdriver.webdriver into your terrain.py.

Yeah I thought about this while writing a wrapper for my lodash call. It needs to be a Number for sorting. I don’t think there’s a pure solution for mixed...

Yep using `compare` is an obvious solution if you're just sorting on one column, but doing a multi-column sort then requires writing quite a bit of code. I believe custom...

No, I've worked on this package on an as-needs basis only. So unfortunately if you want this feature you're going to have to work out how to make it work....

Keen for someone to have a go at this. A PR with a failing test case would also be a great help.

I've not used pytest-django, so I don't know how it initialises the database. Can you reduce it down to a test case?