Initial Commit

This commit is contained in:
2026-01-07 15:46:00 +01:00
commit 7133af82e3
1454 changed files with 362274 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
@bender-tags: exportpdf, feature, 4
@bender-ui: collapsed
@bender-include: ../_helpers/tools.js
@bender-ckeditor-plugins: wysiwygarea, toolbar, notification
**Note:** Errors in console during this test are allowed.
1. Click `Export to PDF` button in the first editor.
**Expected:**
* Warning notification with `Error occured.` message appeared.
* Button is clickable.
* File wasn't downloaded.
**Unexpected:**
* Notification didn't show up.
* Button wasn't reenabled.
* File was downloaded.
2. Click `Export to PDF` button in the second editor.
**Expected:**
* Alert appeared instead of notification.
* Button is clickable.
* File wasn't downloaded.
**Unexpected:**
* Notification didn't show up.
* Button wasn't reenabled.
* File was downloaded.