6056 |
efrain |
1 |
@bender-tags: exportpdf, feature, 1
|
|
|
2 |
@bender-ui: collapsed
|
|
|
3 |
@bender-include: ../_helpers/tools.js
|
|
|
4 |
@bender-ckeditor-plugins: wysiwygarea, toolbar, basicstyles, notification, format
|
|
|
5 |
|
|
|
6 |
1. Click `Export to PDF` button (the one next to the `Source` button) in the first editor.
|
|
|
7 |
1. Wait for the file to download.
|
|
|
8 |
|
|
|
9 |
**Expected:**
|
|
|
10 |
|
|
|
11 |
File with `ckeditor4-export-pdf.pdf` name (possibly with number if file already existed) was downloaded.
|
|
|
12 |
|
|
|
13 |
**Unexpected:**
|
|
|
14 |
|
|
|
15 |
File was not downloaded or its name is incorrect.
|
|
|
16 |
|
|
|
17 |
1. Do the same in the second editor.
|
|
|
18 |
|
|
|
19 |
**Expected:**
|
|
|
20 |
|
|
|
21 |
File with `different-name.pdf` name (possibly with number if file already existed) was downloaded.
|
|
|
22 |
|
|
|
23 |
**Unexpected:**
|
|
|
24 |
|
|
|
25 |
File was not downloaded or its name is incorrect.
|
|
|
26 |
|
|
|
27 |
1. Repeat for the third editor.
|
|
|
28 |
|
|
|
29 |
**Expected:**
|
|
|
30 |
|
|
|
31 |
File with 'Beautiful title.pdf' name (possibly with number if file already existed) was downloaded.
|
|
|
32 |
|
|
|
33 |
**Unexpected:**
|
|
|
34 |
|
|
|
35 |
File was not downloaded or its name is incorrect.
|
|
|
36 |
|
|
|
37 |
1. Change text in the third editor to `New title` (**important:** it has to remain a `<h1>` element).
|
|
|
38 |
1. Click and download PDF again.
|
|
|
39 |
|
|
|
40 |
**Expected:**
|
|
|
41 |
|
|
|
42 |
Name of a new file is 'New title.pdf'.
|
|
|
43 |
|
|
|
44 |
**Unexpected:**
|
|
|
45 |
|
|
|
46 |
Name is the same as before or there is an error.
|