Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 12... Línea 12...
12
    When I navigate to "Plugins > Logging > Manage log stores" in site administration
12
    When I navigate to "Plugins > Logging > Manage log stores" in site administration
13
    And I click on "Disable" "icon" in the "Standard log" "table_row"
13
    And I click on "Disable" "icon" in the "Standard log" "table_row"
14
    And I click on "Enable" "icon" in the "External database log" "table_row"
14
    And I click on "Enable" "icon" in the "External database log" "table_row"
15
    And I navigate to "Reports > Config changes" in site administration
15
    And I navigate to "Reports > Config changes" in site administration
16
    Then the following should exist in the "reportbuilder-table" table:
16
    Then the following should exist in the "reportbuilder-table" table:
17
      | User       | Plugin               | Setting                  | New value | Original value |
17
      | First name | Plugin               | Setting                  | New value | Original value |
18
      | Admin User | logstore_standard    | tool_logstore_visibility | 0         | 1              |
18
      | Admin User | logstore_standard    | tool_logstore_visibility | 0         | 1              |
19
      | Admin User | logstore_database    | tool_logstore_visibility | 1         | 0              |
19
      | Admin User | logstore_database    | tool_logstore_visibility | 1         | 0              |