Rev 1 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
@core @core_adminFeature: An administrator can manage Media pluginsIn order to alter the user experienceAs an adminI can manage media plugins@javascriptScenario: An administrator can control the enabled state of media plugins using JavaScriptThe state change should be reflected in the UI and persist across page reloadsGiven I am logged in as "admin"And I navigate to "Plugins > Media players > Manage media players" in site administrationWhen I toggle the "Disable YouTube" admin switch "off"And I should see "YouTube disabled."And I reload the pageThen I should see "Enable YouTube"And I toggle the "Enable YouTube" admin switch "on"And I should see "YouTube enabled."And I reload the pageThen I should see "Disable YouTube"