AutorÃa | Ultima modificación | Ver Log |
@tool @tool_mfaFeature: Manage factor pluginsIn order to manage different factors in MFAAs an administratorI need to enable/disable or change the order of the factor plugins from MFA management page@javascriptScenario: Administrators can manage factor plugins from MFA managements pageGiven I am logged in as "admin"And I navigate to "Plugins > Admin tools > Multi-factor authentication > Manage multi-factor authentication" in site administration# Enable and disable Factor.When I toggle the "Enable Trust this device" admin switch "on"And I should see "Trust this device enabled."And I should see "Disable Trust this device" in the "Trust this device" "table_row"And I reload the pageAnd I should see "Disable Trust this device"And I toggle the "Disable Trust this device" admin switch "off"And I should see "Trust this device disabled."And I should see "Enable Trust this device" in the "Trust this device" "table_row"# Ordering Factors.Then I toggle the "Enable Trust this device" admin switch "on"And I toggle the "Enable Grace period" admin switch "on"And I click on "Move up" "link" in the "Grace period" "table_row"And "Grace period" "table_row" should appear before "Trust this device" "table_row"And I click on "Move down" "link" in the "Grace period" "table_row"And "Grace period" "table_row" should appear after "Trust this device" "table_row"Scenario: Email factor is enabled by defaultGiven I am logged in as "admin"When I navigate to "Plugins > Admin tools > Multi-factor authentication > Manage multi-factor authentication" in site administrationThen I should see "Disable Email" in the "Email" "table_row"