Skip to content

Commit

Permalink
Update brief_records_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Genia Kazymova committed Oct 31, 2024
1 parent 2af03d9 commit e69b3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
tests:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions spec/features/brief_records_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e69b3ba

Please sign in to comment.