Skip to content

Commit

Permalink
Fix typo in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Jul 31, 2024
1 parent 98e9b99 commit e842f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/event_schedules_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
it 'jumps to the closest event' do
find('#current-event-btn').click
highlighted_element = page.find('.highlighted', visible: true, wait: 1)
expect(highlighted_element[:id]).to include("event-#{scheduled_event_mid.id}")
expect(highlighted_element[:id]).to include("event_#{scheduled_event_mid.id}")
end
end

0 comments on commit e842f06

Please sign in to comment.