Skip to content

Instantly share code, notes, and snippets.

@peacetrader
Created July 17, 2014 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peacetrader/c58bed760ea8d8dfe64d to your computer and use it in GitHub Desktop.
Save peacetrader/c58bed760ea8d8dfe64d to your computer and use it in GitHub Desktop.
Since the version 2.1.0 of capybara there are methods on the session to deal with the title.
page.title
page.has_title? "my title"
page.has_no_title? "my not found title"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment