-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow hidden (display:none) fields to be filled with field widgets #71
Comments
This is already possible by using something like
however, I'm not sure if you want to do this. If a user can't see the field to fill it in, you shouldn't probably fill it in in the tests. I'd advise doing whatever the user needs to do to fill in the field instead. |
well this is for a wysiwyg field where it is set to content editiable and then it pipes the content into a textfield, the text field acts as a hidden backing element. And since there is no way to edit a contenteditable div this is how i must do it. |
Did you try editing the capybara node directly using |
yes, that is exactly how i ended up doing it, just a touch ugly |
I'll see if I can come up with something nicer. |
No description provided.
The text was updated successfully, but these errors were encountered: