ghostbuster
ghostbuster copied to clipboard
dump html on failure
There should be a helper for dumping the page contents to a file, and this should be automatically done when a test fails.
I tried to use console.log(@page.content) after clicking a link. The last screenshot showed a new page, but the logging showed html from the previous page.