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/public_html/aaelearningb/mod/imscp/tests/behat/imscp_activity_creation_ui.feature
@mod @mod_imscp @javascript @_file_upload
Feature: Create an IMSCP activity through UI
  In order to confirm that IMSCP activity creation via UI works correctly

  Background:
    Given the following "courses" exist:
      | fullname | shortname | format |
      | Course 1 | C1        | topics |

  Scenario: IMS activity is created using UI
    Given I log in as "admin"
    And I add a imscp activity to course "Course 1" section "1"
    And I set the following fields to these values:
      | Name        | Test IMS content package 2           |
      | Description | Test IMS content package description |
    And I upload "mod/imscp/tests/packages/singlescobasic.zip" file to "Package file" filemanager
    When I press "Save and return to course"
    Then I should see "Test IMS content package 2"