AutorÃa | Ultima modificación | Ver Log |
@core @core_adminFeature: Plugins overview pageIn order to manage plugin and settingsAs an adminI can access the plugins overview pageBackground:Given I am logged in as "admin"And I navigate to "Plugins > Plugins overview" in site administrationScenario: An administrator can view plugins overview pageThen "Plugins overview" "text" should existAnd "Check for available updates" "button" should existAnd "All plugins" "link" should existAnd "Additional plugins" "link" should existScenario: An administrator can access list of activities when activity modules cog icon is pressedWhen I click on "Settings" "link" in the "Activity modules" "table_row"Then "Activities" "text" should existAnd "Manage activities" "text" should exist in the ".breadcrumb" "css_element"And "Activity modules" "link" should exist in the ".breadcrumb" "css_element"Scenario: An administrator can access plugin settingsWhen I click on "Settings" "link" in the "Assignment" "table_row"Then "Assignment settings" "text" should existAnd "Assignment settings" "text" should exist in the ".breadcrumb" "css_element"And "Assignment" "link" should exist in the ".breadcrumb" "css_element"And "Activity modules" "link" should exist in the ".breadcrumb" "css_element"Scenario: Plugins with dependencies cannot be uninstalledWhen I navigate to "Plugins > Plugins overview" in site administrationThen "Uninstall" "link" should not exist in the "Database" "table_row"And "Required by: filter_data" "text" should exist in the "Database" "table_row"Scenario: Cancelling plugin uninstall does not uninstall the selected pluginWhen I click on "Uninstall" "link" in the "Assignment" "table_row"Then "Uninstalling Assignment" "text" should existAnd "You are about to uninstall the plugin Assignment. This will completely delete everything in the database associated with this plugin, including its configuration, log records, user files managed by the plugin etc. There is no way back and Moodle itself does not create any recovery backup. Are you SURE you want to continue?" "text" should existAnd I click on "Cancel" "button"And "Uninstall" "link" should exist in the "Assignment" "table_row"