hedgedoc/cypress/integration
Philip Molares 1b563f7f89
fix pasting text (#871)
* fix onPast bug in editor

the event was prevented, if event.clipboardData.files was defined. This always the case. Now we check if this filelist object has at least on entry to start the onPaste handler for file uploads.

Signed-off-by: Philip Molares <philip.molares@udo.edu>

* added e2e test that verifies that pasting text still works

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-12-21 11:58:43 +01:00
..
autocompletion.spec.ts Add custom language list for highlight js without 1c (#809) 2020-12-07 21:36:14 +01:00
banner.spec.ts Added reuse information (#782) 2020-11-22 21:50:07 +01:00
code.spec.ts added copy check in code e2e test (#799) 2020-11-28 22:35:14 +01:00
documentTitle.spec.ts Added reuse information (#782) 2020-11-22 21:50:07 +01:00
export.spec.ts Added reuse information (#782) 2020-11-22 21:50:07 +01:00
helpDialog.spec.ts Added reuse information (#782) 2020-11-22 21:50:07 +01:00
history.spec.ts changed calls to cy.route to cy.intercept (#806) 2020-11-30 12:31:54 +01:00
import.spec.ts Added reuse information (#782) 2020-11-22 21:50:07 +01:00
intro.spec.ts added upload functionality (#758) 2020-12-16 23:07:09 +01:00
language.spec.ts Added reuse information (#782) 2020-11-22 21:50:07 +01:00
link.spec.ts Added reuse information (#782) 2020-11-22 21:50:07 +01:00
maxLength.spec.ts Added reuse information (#782) 2020-11-22 21:50:07 +01:00
profile.spec.ts changed calls to cy.route to cy.intercept (#806) 2020-11-30 12:31:54 +01:00
toolbar.spec.ts added table overlay to table toolbar button. (#763) 2020-11-29 13:17:40 +01:00
upload.spec.ts fix pasting text (#871) 2020-12-21 11:58:43 +01:00