<div dir="ltr">Hi,<div><br></div><div><div>As part of my task wherein am converting the should syntax to expect,am bit confused with the <i>be_visible</i> matcher or whatever it is.</div><div><br></div><div>I couldn't see it anywhere in the RSpec's default built in matcher list.</div>
</div><div><a href="https://github.com/rspec/rspec-expectations">https://github.com/rspec/rspec-expectations</a><br></div><div><br></div><div>Can anyone help me understand the same as in the pasted code defined in options_steps.rb:</div>
<div><br></div><div><div>Then(/^I should see the options overlay$/) do</div><div>  on(VisualEditorPage).options_page_title_element.when_present.should be_visible</div><div>end</div></div><div><br></div><div><br></div><div>
Regards ,</div><div>Jagori</div><div><br></div><div><br></div></div>