Update stale test expectation

This commit is contained in:
Daniel O'Connor
2016-05-23 12:56:37 +09:30
parent b4060b7903
commit dc9ee18e96

View File

@@ -10,7 +10,7 @@ feature "User searches" do
scenario "with a valid place" do
visit places_path
search_with "Philippines"
expect(page).to have_content "members near Philippines"
expect(page).to have_content "community near Philippines"
expect(page).to have_button "search_button"
expect(page).to have_content "Nearby members"
expect(page).to_not have_content "No results found"