You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There will be a dropdown list of plugins installed on the site with a submit button to trigger checks for the plugin.
Page form options
Acceptance Criteria
In the Admin class, we need to use the get_plugins function to get a list of all the activated plugins, exclude plugin check from it and show it in the dropdown. Admin class will be added in the Create Tools page #32
Tests Coverage
Verify the dropdown plugin list with the actual plugin list.
Verify the dropdown template's markup with the actual markup we expected.
There will be a dropdown list of plugins installed on the site with a submit button to trigger checks for the plugin.
Page form options
Acceptance Criteria
Adminclass, we need to use theget_pluginsfunction to get a list of all the activated plugins, excludeplugin checkfrom it and show it in the dropdown. Admin class will be added in the Create Tools page #32Tests Coverage