Skip to content

Commit

Permalink
Fix another spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pollygee committed Sep 5, 2021
1 parent 414bbbd commit c3bb6c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/system/volunteers/index_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@

expect(page).to have_text("Name")
expect(page).to have_text("Status")
expect(page).not_to have_text("Contact Made In Past 60 Days")
expect(page).not_to have_text("Last Contact Made")
within("#volunteers") do
expect(page).to have_no_text("Contact Made In Past 60 Days")
expect(page).to have_no_text("Last Contact Made")
end
end

it "can filter volunteers", js: true do
Expand Down

0 comments on commit c3bb6c3

Please sign in to comment.