Skip to content

Commit

Permalink
Merge pull request #288 from lsa-mis/fix-notes-test
Browse files Browse the repository at this point in the history
fix notes spec because of trix update
  • Loading branch information
britaumich authored Dec 10, 2024
2 parents ed18472 + 3027bd0 commit ca2aa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/notes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
it 'displays an error' do
visit "rooms/#{room.id}"
click_on "Add Note"
expect(page).to have_content("Content can't be blank")
expect(page).to have_content("Content can't be blank").or(have_content("Please fill out this field"))
end
end

Expand Down

0 comments on commit ca2aa10

Please sign in to comment.