From e69b3baae7ae71ea9473f3edab1625bea243e43e Mon Sep 17 00:00:00 2001 From: Genia Kazymova Date: Thu, 31 Oct 2024 14:12:57 -0400 Subject: [PATCH] Update brief_records_spec.rb --- .github/workflows/ruby.yml | 2 +- spec/features/brief_records_spec.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 7c1cf046..07a35038 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -6,7 +6,7 @@ on: jobs: tests: - runs-on: macos-latest + runs-on: ubuntu-latest strategy: fail-fast: false matrix: diff --git a/spec/features/brief_records_spec.rb b/spec/features/brief_records_spec.rb index c47222fe..6b4f1dbf 100644 --- a/spec/features/brief_records_spec.rb +++ b/spec/features/brief_records_spec.rb @@ -2,6 +2,7 @@ before do VCR.use_cassette('brief_records/how_milton_works') do visit search_catalog_path + expect(page).to have_field('q', wait: 5) fill_in('q', with: 'how milton works stanley fish') click_button 'search' end