File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spec/features/annotations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747
4848 within ( "fieldset#fields_annotation_#{ template . annotation_ids . last } " ) do
4949 id = "question_annotations_attributes_annotation_#{ template . annotation_ids . last } _text"
50- tinymce_fill_in ( id , with : 'Noo bar' )
50+ tinymce_fill_in ( id , with : 'Noo bar' ) # codespell:ignore
5151 end
5252
5353 # NOTE: This is question 2, since Annotation was copied upon clicking "Customise"
5656 expect { click_button 'Save' } . not_to change { Annotation . count }
5757 end
5858 expect ( annotation . text ) . to eql ( 'Foo bar' )
59- expect ( Annotation . order ( 'created_at' ) . last . text ) . to eql ( '<p>Noo bar</p>' )
59+ expect ( Annotation . order ( 'created_at' ) . last . text ) . to eql ( '<p>Noo bar</p>' ) # codespell:ignore
6060 expect ( page ) . not_to have_errors
6161 end
6262
You can’t perform that action at this time.
0 commit comments