Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #187 from 18F/csv-url-spec
Browse files Browse the repository at this point in the history
Fix flaky csv url spec
  • Loading branch information
ondrae authored Mar 12, 2021
2 parents dab4c66 + bb0093c commit 37bc629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/search_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
# browse mode is bare link
visit "/"
find("#general-search-button").click
expect(page).to have_link href: "/search.csv"
expect(page).to have_link href: "search.csv?search=&starting_year=&ending_year="
# search params
fill_in "general-search", with: "SEARCH FOR THIS"
find("#general-search-button").click
Expand Down

0 comments on commit 37bc629

Please sign in to comment.