Skip to content

Commit

Permalink
Delint
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Feb 13, 2024
1 parent c0b5a0b commit 27ad42d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/features/proposals_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
expect(page).to have_css(
'#event_type_1-help',
visible: :hidden,
text: EventType.find(1).description)
text: EventType.find(1).description
)
select('Example Event Type', from: 'event[event_type_id]')
expect(page).to have_selector '.event_event_type_id', text: 'This event type is an example.'
fill_in 'event_abstract', with: 'Lorem ipsum abstract'
Expand Down Expand Up @@ -160,7 +161,7 @@
expect(page).to have_content 'Proposal was successfully updated.'
end

it 'signed_in user submits a valid proposal', feature: true, js: true, focus: true do
it 'signed_in user submits a valid proposal', feature: true, js: true do
sign_in participant_without_bio
expected_count = Event.count + 1

Expand Down

0 comments on commit 27ad42d

Please sign in to comment.