Blame view
public/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.md
790 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 29 30 31 32 33 34 |
@bender-tags: exportpdf, feature, 4 @bender-ui: collapsed @bender-include: ../_helpers/tools.js @bender-ckeditor-plugins: wysiwygarea, toolbar, notification **Note:** Errors in console during this test are allowed. 1. Click `Export to PDF` button in the first editor. **Expected:** * Warning notification with `Error occured.` message appeared. * Button is clickable. * File wasn't downloaded. **Unexpected:** * Notification didn't show up. * Button wasn't reenabled. * File was downloaded. 2. Click `Export to PDF` button in the second editor. **Expected:** * Alert appeared instead of notification. * Button is clickable. * File wasn't downloaded. **Unexpected:** * Notification didn't show up. * Button wasn't reenabled. * File was downloaded. |