Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
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
1. Read the expected results first as there will be a sequence of things happening quickly to examine.
7
1. Click `Export to PDF` button in the first editor.
8
 
9
  **Expected:**
10
 
11
  * Button is disabled after click.
12
  * Nofitication bar of `info` type appeared.
13
  * When download started, notification type changed to `success`.
14
  * Once download finished, button is enabled again.
15
  * After 3 seconds notification bar disappeared.
16
 
17
  **Unexpected:**
18
 
19
  * Button wasn't disabled.
20
  * Button wasn't enabled after download started.
21
  * Notifications were incorrect.
22
  * Notification bar didn't disappear.
23
 
24
1. Click `Export to PDF` button in the second editor.
25
 
26
  **Expected:**
27
 
28
  * Neither notifications nor alerts appeared.
29
  * File was downloaded.
30
  * Button was disabled for the time between click and download.
31
 
32
  **Unexpected:**
33
 
34
  * Notification or browser alert appeared.
35
  * File wasn't downloaded.
36
  * Button wasn't disabled for the time between click and download.