Open tests/plugins/preview/manual/previewcdn on a different address than localhost to load the editor from CDN.
eg. using your IP address 192.168.0.2:<port>/tests/plugins/preview/manual/previewcdn.
Expected result
The editor is loaded successfully.
Actual result
The editor is not loaded and there is an error in the browser's console.
This is because the editor tries to load two plugins that it cannot find(scayt,exportpdf).
The fix will be simple. It is enough to omit two plugins that are not needed for this test.
Type of report
Failing test
Provide detailed reproduction steps (if any)
tests/plugins/preview/manual/previewcdn
on a different address thanlocalhost
to load the editor from CDN. eg. using your IP address192.168.0.2:<port>/tests/plugins/preview/manual/previewcdn
.Expected result
The editor is loaded successfully.
Actual result
The editor is not loaded and there is an error in the browser's console.
This is because the editor tries to load two plugins that it cannot find(
scayt,exportpdf
). The fix will be simple. It is enough to omit two plugins that are not needed for this test.Other details