@core @editor_tiny @source_code @javascript Feature: A user can insert script tag in TinyMCE Scenario: Allow script elements in the editor Given I log in as "admin" And I open my profile in edit mode When I click on the "Tools > Source code" menu item for the "Description" TinyMCE editor Then I set the field with xpath "//textarea[@class='tox-textarea']" to "
" And I click on "Save" "button" When I click on the "Tools > Source code" menu item for the "Description" TinyMCE editor Then the field with xpath "//textarea[@class='tox-textarea']" matches value ""