6056 |
efrain |
1 |
@bender-tags: exportpdf, feature, 4
|
|
|
2 |
@bender-ui: collapsed
|
|
|
3 |
@bender-include: ../_helpers/tools.js
|
|
|
4 |
@bender-ckeditor-plugins: wysiwygarea, toolbar, notification
|
|
|
5 |
|
|
|
6 |
**Note:** Errors in console during this test are allowed.
|
|
|
7 |
|
|
|
8 |
1. Click `Export to PDF` button in the first editor.
|
|
|
9 |
|
|
|
10 |
**Expected:**
|
|
|
11 |
|
|
|
12 |
* Warning notification with `Error occured.` message appeared.
|
|
|
13 |
* Button is clickable.
|
|
|
14 |
* File wasn't downloaded.
|
|
|
15 |
|
|
|
16 |
**Unexpected:**
|
|
|
17 |
|
|
|
18 |
* Notification didn't show up.
|
|
|
19 |
* Button wasn't reenabled.
|
|
|
20 |
* File was downloaded.
|
|
|
21 |
|
|
|
22 |
2. Click `Export to PDF` button in the second editor.
|
|
|
23 |
|
|
|
24 |
**Expected:**
|
|
|
25 |
|
|
|
26 |
* Alert appeared instead of notification.
|
|
|
27 |
* Button is clickable.
|
|
|
28 |
* File wasn't downloaded.
|
|
|
29 |
|
|
|
30 |
**Unexpected:**
|
|
|
31 |
|
|
|
32 |
* Notification didn't show up.
|
|
|
33 |
* Button wasn't reenabled.
|
|
|
34 |
* File was downloaded.
|