Skip to content

Commit

Permalink
Fix navigation letter to click in test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Jan 31, 2025
1 parent 6c80923 commit d64aacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/podcasts_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
allow(Podcast).to receive(:find_by).with(id: @podcast.id.to_s) { @podcast }

visit "/podcasts/#{@podcast.id}"
target = ' Top'
target = '« Top'
expect(page).to have_http_status(:success)
expect(page).to have_link target, href: '/podcasts'
click_link target, match: :first
Expand Down

0 comments on commit d64aacc

Please sign in to comment.