You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
Recently we have migrated from Rspec 2.X to rpsec 3.2. to verify few of checkpoints i am using rspec ' include' matches.i.e,
expect(page.getpagetitle()).to include("Customer Service Details")
I would like to break test execution when checkpoint fails. But with rspec 3.2 matches , i am not able to achieve this. I am able to do this by using Rspec 2.x by using "should" .