Blame view

public/ckeditor/plugins/exportpdf/tests/manual/readonly.md 583 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
28
  @bender-tags: exportpdf, feature, 1
  @bender-ui: collapsed
  @bender-include: ../_helpers/tools.js
  @bender-ckeditor-plugins: wysiwygarea, toolbar, basicstyles, notification
  
  1. Examine `Export to PDF` button (the one next to the `Source` button).
  
    **Expected:**
  
    Button is clickable.
  
    **Unexpected:**
  
    Button is inactive.
  
  1. Click the button.
  1. Wait for the file to download.
  
    **Expected:**
  
    File with correct content was downloaded.
  
    **Unexpected:**
  
    File was not downloaded or its content is incorrect.
  
  1. Click `Toggle read-only mode` button.
  1. Repeat steps 1-3.