HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/www/elearning_plateforme1/lib/editor/tiny/tests/behat/manage_subplugins.feature
@core @core_admin
Feature: An administrator can manage TinyMCE subplugins
    In order to alter the user experience
    As an admin
    I can manage TinyMCE subplugins

  @javascript
  Scenario: An administrator can control the enabled state of TinyMCE subplugins using JavaScript
    Given I am logged in as "admin"
    And I navigate to "Plugins > Text editors > TinyMCE editor > General settings" in site administration
    When I toggle the "Disable Equation editor" admin switch "off"
    And I should see "Equation editor disabled."
    And I reload the page
    Then 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 page
    Then I should see "Disable Equation editor"