Rev 1 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
@core @core_adminFeature: An administrator can manage TinyMCE subpluginsIn order to alter the user experienceAs an adminI can manage TinyMCE subplugins@javascriptScenario: An administrator can control the enabled state of TinyMCE subplugins using JavaScriptGiven I am logged in as "admin"And I navigate to "Plugins > Text editors > TinyMCE editor > General settings" in site administrationWhen I toggle the "Disable Equation editor" admin switch "off"And I should see "Equation editor disabled."And I reload the pageThen I should see "Enable Equation editor"And I toggle the "Enable Equation editor" admin switch "on"And I should see "Equation editor enabled."And I reload the pageThen I should see "Disable Equation editor"