Rev 1 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
@editor @editor_tinyFeature: Check the features of the TinyMCE Premium settingsIn order to use TinyMCE Premium featuresAs an adminI need TinyMCE Premium settings to be configured correctlyBackground:Given I am logged in as "admin"And I navigate to "Plugins > Text editors > TinyMCE editor > TinyMCE Premium" in site administration@javascriptScenario: I can see a warning banner when I enable a TinyMCE premium plugin without an API key setWhen I click on "Enable Advanced Table" "link"Then I should see "Advanced Table enabled."And I should see "Enabled TinyMCE Premium plugins will not be available until an API key is added."@javascriptScenario: I cannot see a warning banner when I enable a TinyMCE premium plugin with an API key setGiven the following config values are set as admin:| apikey | "123456" | tiny_premium |When I click on "Enable Advanced Table" "link"Then I should see "Advanced Table enabled."And I should not see "Enabled TinyMCE Premium plugins will not be available until an API key is added."@javascriptScenario: I see a notification when I have both the premium and default accessibility checkers enabledWhen I click on "Enable Accessibility Checker" "link"Then I should see "Accessibility Checker enabled."And I should see "The TinyMCE Premium Accessibility Checker will override the default Accessibility Checker for users who have access to it."