MDL-46269 tool_httpsreplace: Add multiple steps

This commit is contained in:
John Okely
2017-09-18 11:18:18 +08:00
committed by Marina Glancy
parent 4b86dd7ba6
commit 55b1d231ed
7 changed files with 116 additions and 63 deletions
@@ -15,12 +15,14 @@ Feature: View the httpsreplace report
Scenario: Go to the HTTPS replace report screen. Make sure broken domains are reported.
When I navigate to "HTTP security" node in "Site administration > Security"
And I follow "HTTPS conversion tool"
And I press "Continue"
Then I should see "intentionally.unavailable"
@javascript
Scenario: Use the find and replace tool.
When I navigate to "HTTP security" node in "Site administration > Security"
And I follow "HTTPS conversion tool"
And I press "Continue"
And I set the field "I understand the risks of this operation" to "1"
And I press "Perform replacement"
Then I should see "intentionally.unavailable"