Fix regressions from tinymce upgrade (#1923)

This commit is contained in:
Damian Mooyman 2017-08-15 11:05:56 +12:00 committed by Aaron Carlino
parent 40b0fda915
commit d469a2dc88
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ So that I can link to a external website or a page on my site
When I fill in "http://silverstripe.org" for "URL"
And I check "Open in new window/tab"
And I press the "Insert" button
Then the "Content" HTML field should contain "<a href="http://silverstripe.org" target="_blank">awesome</a>"
Then the "Content" HTML field should contain "<a rel="noopener" href="http://silverstripe.org" target="_blank">awesome</a>"
# Required to avoid "unsaved changes" browser dialog
Then I press the "Save draft" button