Chris Keathley
Chris Keathley
It looks like the latest version of master (which reverts the change to enabling pretty mode only in development) just hasn't been tagged yet.
I'm not sure that we can safely retry the request for the user here. Well...we could. But we'd add a *lot* of complexity to do it. We'd need to have...
Just my two cents, but if transformers are going to be allowed, it seems useful to take a similar approach to what @wojtekmach has done in req. That way everything...
I’m not saying they shouldn’t be added really. I’m also not advocating for them either. That’s @sneako’s call. But, if it’s gunna be added, it seems like it should be...
Thanks for the further clarity @gerbal. To be clear I think we both agree that you can drop messages under certain failure scenarios. At the very least it seems like...
This is looking good to me. Just glancing over it I don't think we allow uses to overwrite `init/1` in `Robot`. Thats something we should probably look at so its...
Exactly
@joelbyler Thanks for working on this! I'm sorry about the xpath stuff. It's gross. I originally intended on building a library to compose xpath queries but never made time for...
For now you should be able to use the id of the element like `text_field("password")` and `text_field("password_confirmation")`.
I'll try to prioritize this fix.