-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
Deprecate tableish #145
Comments
Where can one find the updated example in the wiki or how are we supposed to use Capybara's API for this? |
Here's a Gist for how I convert a table to an array of arrays using the Capybara API: https://gist.github.com/1299371. |
Thanks @richardlawrence - I'll put this in the docs before removing it. |
Could you provide a pointer to the wiki docs, or the feature that describes it? Searched around but could not find it in the Wiki |
I wrote a short blog post about it because I also had to hack around some issue of capybara-webkit not finding elements that got inserted via JavaScript: http://dennisreimann.de/blog/capybara-finder-for-cucumber-rails-deprecated-tableish/ |
Nice article, very useful @dbloete |
It's hard to make it work for different scenarios
Capybara's finder API makes it easy to do by hand
Need to update wiki with example
The text was updated successfully, but these errors were encountered: