HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/ceade.tocsa.com.py/h5p/tests/behat/h5p_overview.feature
@editor @core_h5p
Feature: Check H5P tools information is correct

  @javascript
  Scenario: Display H5P filter information.
    Given I log in as "admin"
    When I navigate to "H5P > H5P overview" in site administration
    Then I should see "Enable" in the "Display H5P filter" "table_row"
    And I click on "Display H5P filter" "link"
    And I set the field "newstate" in the "Display H5P" "table_row" to "Off, but available"
    And I navigate to "H5P > H5P overview" in site administration
    And I should see "Off, but available" in the "Display H5P filter" "table_row"

  @javascript
  Scenario: 'Download available H5P content types from h5p.org' scheduled task.
    Given I log in as "admin"
    When I navigate to "H5P > H5P overview" in site administration
    Then I should see "Enable" in the "H5P scheduled task" "table_row"
    And I click on "H5P scheduled task" "link"
    And I set the field "disabled" to "1"
    And I click on "Save changes" "button"
    And I navigate to "H5P > H5P overview" in site administration
    And I should see "Disable" in the "H5P scheduled task" "table_row"

  @javascript
  Scenario: H5P atto button.
    Given I log in as "admin"
    When I navigate to "H5P > H5P overview" in site administration
    Then I should see "Enable" in the "Insert H5P button" "table_row"
    And I click on "Insert H5P button" "link"
    And I set the field "Toolbar config" to "style1 = title, bold, italic"
    And I click on "Save changes" "button"
    When I navigate to "H5P > H5P overview" in site administration
    Then I should see "Disable" in the "Insert H5P button" "table_row"