Blame view

public/ckeditor/plugins/exportpdf/tests/manual/notificationsasync.md 772 Bytes
180e53f58   Андрей Ларионов   Редактор ckeditor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  @bender-tags: exportpdf, feature, 4
  @bender-ui: collapsed
  @bender-include: ../_helpers/tools.js
  @bender-ckeditor-plugins: wysiwygarea, toolbar, basicstyles, notification
  
  1. Click `Export to PDF` button (the one next to the `Source` button) in the first editor.
  1. Watch appearing notifications.
  
    **Expected:**
  
    * Notification `Processing PDF document...` was visible for about 2 seconds.
    * Progress steps were: `0`, `0.5`, `success`.
  
    **Unexpected:**
  
    Notification disappeared too fast to be noticable.
  
  1. Do the same in the second editor.
  
    **Expected:**
  
    * Notification `Processing PDF document...` was visible for about 2 seconds.
    * Progress steps were: `0.2`, `0.5`, `success`.
  
    **Unexpected:**
  
    Notification disappeared too fast to be noticable.