Línea 15... |
Línea 15... |
15 |
|
15 |
|
16 |
@javascript
|
16 |
@javascript
|
17 |
Scenario: Display configuration changes report
|
17 |
Scenario: Display configuration changes report
|
18 |
When I navigate to "Reports > Config changes" in site administration
|
18 |
When I navigate to "Reports > Config changes" in site administration
|
19 |
Then the following should exist in the "reportbuilder-table" table:
|
19 |
Then the following should exist in the "reportbuilder-table" table:
|
20 |
| User | Plugin | Setting | New value | Original value |
|
20 |
| First name | Plugin | Setting | New value | Original value |
|
21 |
| Admin User | quiz | initialnumfeedbacks | 5 | 2 |
|
21 |
| Admin User | quiz | initialnumfeedbacks | 5 | 2 |
|
22 |
| Admin User | folder | maxsizetodownload | 2048 | 0 |
|
22 |
| Admin User | folder | maxsizetodownload | 2048 | 0 |
|
Línea 23... |
Línea 23... |
23 |
| Admin User | core | defaultcity | Perth | |
|
23 |
| Admin User | core | defaultcity | Perth | |
|