spec/features/admin/runners_spec.rb [26:33]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        fill_in 'search', with: 'foo'
        click_button 'Search'
      end

      it { expect(page).to have_content("foo") }
      it { expect(page).not_to have_content("bar") }
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/features/admin/runners_spec.rb [55:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        fill_in 'search', with: 'foo'
        click_button 'Search'
      end

      it { expect(page).to have_content("foo") }
      it { expect(page).not_to have_content("bar") }
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



