Rev 1 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
@tool @tool_admin_presets @javascriptFeature: I can add a new preset with current settingsBackground:Given I log in as "admin"And I navigate to "Site admin presets" in site administrationScenario: Export settings with an existing nameGiven I should see "Starter"And I click on "Create preset" "button"And I set the field "Name" to "Starter"And I set the field "Description" to "Non-core starter preset"When I click on "Create preset" "button"Then the following should exist in the "reportbuilder-table" table:| Name | Description || Starter | Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking. || Full | All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more. || Starter | Non-core starter preset |Scenario: Export current settingsGiven I click on "Create preset" "button"And I set the field "Name" to "Current"And I click on "Create preset" "button"And I press "Review settings and apply" action in the "Current" report rowAnd I should not see "Setting changes"And I click on "Continue" "button"And the following config values are set as admin:| enableportfolios | 1 |And I press "Review settings and apply" action in the "Current" report rowThen I should see "Setting changes"