# Actions to test
* adding internal link into empty editor
* adding internal link, when text is selected in the editor
* editing existing internal link and changing internal page it links to
* adding external link to url with `http` protocol into empty editor
* adding external link to url with `http` protocol, when text is selected in the editor
* editing existing external link and changing external page it links to, but not protocol
* adding external link to url with `https` protocol into empty editor
* adding external link to url with `https` protocol, when text is selected in the editor
* editing existing external link and changing external page it links to, but not protocol
# Test plan
* in Admin Console
# go to {nav Website & Content > Browse Website} section
# click on `Content Mode` button in top frame
# click on orange `Edit Content` button
# confirm, that window (modal or popup) was opened with CKEditor v4.2+ in it
# try all above shown actions
# close modal window
* in IDE
# open `/themes/advanced/index.tpl` template
# add `mode="inline"` attribute to the `st_ContentBlock` tag used in it
* in Admin Console
# click inside dotted area to activate CKEditor
# try all above shown actions
# click outside of dotted area