MDL-57281 behat: deprecated step definition I navigate to node in

Definition step deprecated and affected tests modified.
This commit is contained in:
Víctor Déniz Falcón
2018-08-20 12:53:26 +01:00
parent a9428fab11
commit 02fda279ed
233 changed files with 711 additions and 581 deletions
@@ -13,14 +13,14 @@ Feature: View the httpsreplace report
@javascript
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"
When I navigate to "Security > HTTP security" in site administration
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"
When I navigate to "Security > HTTP security" in site administration
And I follow "HTTPS conversion tool"
And I press "Continue"
And I set the field "I understand the risks of this operation" to "1"