it "returns a page for Inactive", js: true do
      visit inactive_people_path
      expect(page).to have_content('People') # This is in the nav bar
      expect(page).to have_content('Inactive People')
      within(".data-table-departments") do