Method: AddEditEventMethods#attachment?

Defined in:
lib/kuali-sakai-common-lib/calendar.rb

#attachment?(file_name) ⇒ Boolean

Returns true if the page has a link with the specified file name. Use for test case asserts.

Returns:

  • (Boolean)


289
290
291
# File 'lib/kuali-sakai-common-lib/calendar.rb', line 289

def attachment?(file_name)
  frm.link(:text=>file_name).exist?
end