Chris Keathley
Chris Keathley
The array syntax is needed to avoid injecting errors after the directive has been minified. This fix should solve those issues. Thanks in advance for any feedback that you have.
I'm not sure if the title is correct or makes sense. Generally I'm having a hard time getting reasonable counter-examples. I have some code that needs to filter a list...
I'm opening this issue based on discussions in IRC to start working towards a proposal for stateful model checking powered by stream_data. ## Existing solutions I'll try to provide an...
This is something that I find myself doing out of habit. It would be really nice to use the up and down arrows to iterate through the previous command history...
It would be rad to re-compile responder modules in development mode to reduce the feedback loop instead of having to stop and start the robot.
We should be able to compose queries together. My concerns are on the API at the moment and not implementation. There are 2 specific problems that I want to solve:...
I propose that we should remove the ability to pass an element to any of the `Browser` functions. Doing this removes an entire class of race conditions since queries block...
This is something that I just noticed. Its pretty common to set a radio button inside a label like so: ```html Some radio ``` In these cases Wallaby shouldn't complain...
This is based on #257. Currently our xpath selectors for label text use `contains(#{actual_text})`. This can lead to "Multiple Element Errors" if 2 different fields have similar label texts. I...
This PR serves as a test for coercing inputs based on specs. There's several unanswered questions and problems to solve still. But I wanted to see what people thought about...