Testing EpicEditor with Capybara & RSpec
EpicEditor is a neat Markdown editor that uses nested iframes and can be embedded in Rails forms to replace textarea fields. Digging into these nested iframes to input text within a test can be a little tricky. Here’s how you can do it: https://eliotsykes.com/testing-epic-editor
Post a comment