我正试图测试一位在内容上——从受访的管制者的行动来看——已经作出的选择。
What I ve noticed is that when I debug page.html, I don t see the content that is rendered into yields via content_for, instead, I see only the html that is originally in the application.html.haml.
Is it a matter of waiting for page to get fully loaded ? I am using: let(:page_view) { Capybara::Node::Simple.new(@response.body) }
任何想法?