<li id="account_input" style="display: none;"> <label for="account_name">My Account</label> ... </li>
因此,当我使用page.should have_no_content(“我的帐户”)时,它返回false而不是true.
find('#account_input').should_not be_visible