diff --git a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ConfigureSecureUrlsTest.php b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ConfigureSecureUrlsTest.php
index 5d9885995eec1d42a9a33c7349b66ad963fa05b8..ffcea857d1ab5500c9c4ad8c92a768b837cec675 100644
--- a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ConfigureSecureUrlsTest.php
+++ b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ConfigureSecureUrlsTest.php
@@ -16,40 +16,40 @@ use Magento\Mtf\Util\Command\Cli\StaticContent;
  * Verify that Merchant can configure secure URLs for Storefront and/or Admin panel in order to improve Store security.
  *
  * Preconditions:
- *  # SSL on server is configured.
- *  # Secure URLs are disabled for Storefront & Admin (out-of-the-box Magento state).
+ *  1. SSL on server is configured.
+ *  2. Secure URLs are disabled for Storefront & Admin (out-of-the-box Magento state).
  *
  * Steps:
- *  # Log in to Admin panel.
- *  # Go to "Stores > Configuration" page.
- *  # Select needed scope.
- *  # Go to "General > Web > Base URLs (Secure)" section.
- *  # Specify Base URL with Secure protocol in the same format as a Secure Base URL.
+ *  1. Log in to Admin panel.
+ *  2. Go to "Stores > Configuration" page.
+ *  3. Select needed scope.
+ *  4. Go to "General > Web > Base URLs (Secure)" section.
+ *  5. Specify Base URL with Secure protocol in the same format as a Secure Base URL.
  *    (i) Make sure that Secure Base URL ends with a "/".
- *  # Enable Secure URLs for Storefront if there is a need.
- *  # Enable Secure URLs for Admin if there is a need.
- *  # Save the Config & refresh invalidated caches (Configuration, Page Cache).
- *  # Deploy static view files.
+ *  6. Enable Secure URLs for Storefront if there is a need.
+ *  7. Enable Secure URLs for Admin if there is a need.
+ *  8. Save the Config & refresh invalidated caches (Configuration, Page Cache).
+ *  9. Deploy static view files.
  *
- *  # If Secure URLs for Storefront were enabled:
- *      # Assert that https is used all over the Storefront.
- *      # Assert that static content is deployed validly (ex: JS functionality works on Storefront).
- *      # Assert that Customer is redirected to https if trying to access the page directly via http.
- *  # If secure URLs for Storefront were disabled:
- *      # Assert that http is used all over the Storefront.
- *      # Assert that static content is deployed validly (ex: JS functionality works on Storefront).
+ *  10. If Secure URLs for Storefront were enabled:
+ *      1. Assert that https is used all over the Storefront.
+ *      2. Assert that static content is deployed validly (ex: JS functionality works on Storefront).
+ *      3. Assert that Customer is redirected to https if trying to access the page directly via http.
+ *  11. If secure URLs for Storefront were disabled:
+ *      1. Assert that http is used all over the Storefront.
+ *      2. Assert that static content is deployed validly (ex: JS functionality works on Storefront).
  *
- *  # If secure URLs for Admin were enabled:
- *      # Assert that https is used all over the Admin panel.
- *      # Assert that static content is deployed validly (ex: JS functionality works in Admin panel).
- *      # Assert that Merchant is redirected to https if trying to access the page directly via http.
- *  # If secure URLs for Admin were disabled:
- *      # Assert that http is used all over the Admin panel.
- *      # Assert that static content is deployed validly (ex: JS functionality works in Admin panel).
- *      # Assert that Merchant is redirected to http if trying to access the page directly via https.
+ *  12. If secure URLs for Admin were enabled:
+ *      1. Assert that https is used all over the Admin panel.
+ *      2. Assert that static content is deployed validly (ex: JS functionality works in Admin panel).
+ *      3. Assert that Merchant is redirected to https if trying to access the page directly via http.
+ *  13. If secure URLs for Admin were disabled:
+ *      1. Assert that http is used all over the Admin panel.
+ *      2. Assert that static content is deployed validly (ex: JS functionality works in Admin panel).
+ *      3. Assert that Merchant is redirected to http if trying to access the page directly via https.
  *
  * Postconditions:
- *  # Turn the Secure URLs usage off (with further cache refreshing & static content deploying).
+ *  1. Turn the Secure URLs usage off (with further cache refreshing & static content deploying).
  *
  * @ZephyrId MAGETWO-35408
  */
@@ -112,8 +112,8 @@ class ConfigureSecureUrlsTest extends Injectable
     /**
      * Test execution.
      *
-     * @param $configData
-     * @return $this
+     * @param string $configData
+     * @return void
      */
     public function test($configData)
     {
diff --git a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ConfigureSecureUrlsTest.xml b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ConfigureSecureUrlsTest.xml
index c35b69e86e6807c99439672f0722d627e26e07d6..7dde1f7fba2ad3988698ceaecfb9be027944b085 100644
--- a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ConfigureSecureUrlsTest.xml
+++ b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ConfigureSecureUrlsTest.xml
@@ -6,11 +6,12 @@
  */
  -->
 <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
-    <testCase name="Magento\Backend\Test\TestCase\EnableSecureUrlsTest" summary="Configure secure URLs" ticketId="MAGETWO-35408">
-        <variation name="http for Storefront, https for Admin" summary="http for Storefront, https for Admin" ticketId="MAGETWO-35408">
+    <testCase name="Magento\Backend\Test\TestCase\ConfigureSecureUrlsTest" summary="Configure secure URLs" ticketId="MAGETWO-35408">
+        <variation name="ConfigureSecureUrlsHttpForStorefrontHttpsForAdmin" summary="http for Storefront, https for Admin" ticketId="MAGETWO-35408">
             <data name="configData" xsi:type="string">disable_https_frontend_admin</data>
-            <constraint name="Magento\Backend\Test\Constraint\AssertHttpUsedOnFrontend"/>
-            <constraint name="Magento\Backend\Test\Constraint\AssertHttpsUsedOnBackend"/>
+            <data name="navMenuPath" xsi:type="string">Marketing>Catalog Price Rule</data>
+            <constraint name="Magento\Backend\Test\Constraint\AssertHttpUsedOnFrontend" />
+            <constraint name="Magento\Backend\Test\Constraint\AssertHttpsUsedOnBackend" />
         </variation>
     </testCase>
 </config>
diff --git a/dev/tests/functional/tests/app/Magento/Backend/Test/etc/di.xml b/dev/tests/functional/tests/app/Magento/Backend/Test/etc/di.xml
index bf3b7f2de945093690e6462b033759672579edf4..3f095920420e1a0356a81f505abdd21a9053d7fd 100644
--- a/dev/tests/functional/tests/app/Magento/Backend/Test/etc/di.xml
+++ b/dev/tests/functional/tests/app/Magento/Backend/Test/etc/di.xml
@@ -11,6 +11,16 @@
             <argument name="severity" xsi:type="string">high</argument>
         </arguments>
     </type>
+    <type name="Magento\Backend\Test\Constraint\AssertHttpsUsedOnBackend">
+        <arguments>
+            <argument name="severity" xsi:type="string">high</argument>
+        </arguments>
+    </type>
+    <type name="Magento\Backend\Test\Constraint\AssertHttpsUsedOnFrontend">
+        <arguments>
+            <argument name="severity" xsi:type="string">middle</argument>
+        </arguments>
+    </type>
     <type name="Magento\Backend\Test\Constraint\AssertStoreCanBeLocalized">
         <arguments>
             <argument name="severity" xsi:type="string">high</argument>