capybara 2.1.0 it { should have_selector('div.alert.alert-error', text: 'Invalid') }
这是页面对应的源码:
it { should have_selector('div.alert.alert-error', content: 'Invalid') } 可以通过。 各位友人,可否给个建议。
原因是我没有认真看文档。应该是 it { should have_text('Invalid') }