“page.should_not have_content”和“page.should have_no_content”之间的区别
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了“page.should_not have_content”和“page.should have_no_content”之间的区别相关的知识,希望对你有一定的参考价值。
任何人都能解释一下capybara中“page.should_not have_content”和“page.should have_no_content”之间的区别,哪一个更好的选择是确保页面没有特定的内容?
答案
假设Capybara :: RSpecMatchers已被正确包含,那么你所询问的两种方法没有真正的区别,它们都归结为运行current_scope_element.assert_no_text(...)
以上是关于“page.should_not have_content”和“page.should have_no_content”之间的区别的主要内容,如果未能解决你的问题,请参考以下文章