Travis timing is all over the map

This commit is contained in:
Thomas Walpole 2017-05-10 10:34:53 -07:00
parent 0561020670
commit 13001e21bc
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Capybara::SpecHelper.spec '#has_current_path?' do
it "should wait for current_path", requires: [:js] do
@session.click_link("Change page")
expect(@session).to have_current_path("/with_html")
expect(@session).to have_current_path("/with_html", wait: 3)
end
it "should be false if the page has not the given current_path" do