Age | Commit message (Collapse) | Author |
|
|
|
|
|
This test would fail sometimes on
assert_equal '/', current_path
I believe it was a timing issue. page.has_content? will wait for the content to show up. So afterwards the current_path should always be correct.
|
|
|
|
We use port 3003 for the integration test server.
This test takes a few seconds (~8) now. Most of this is startup time of the server. A second run still takes 2 seconds like before.
|
|
So there is no way to print it. This message used to be correct but there are also other things that can cause this to fail now. So let's just remove it.
|
|
|