diff --git a/drupal-org.make b/drupal-org.make
index 1914483a08c3160d44a3756b7c37e4ab82b8dcb3..6fad81592018762e32ba41d161d9f67e8a6c0db4 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -382,7 +382,7 @@ projects[search_api][type] = module
 projects[search_api][version] = 1.13
 
 projects[blazy][type] = module
-projects[blazy][version] = 1.0-rc4
+projects[blazy][version] = 2.0-rc3
 
 projects[slick][type] = module
 projects[slick][version] = 1.1
@@ -423,7 +423,6 @@ projects[libraries_ui][type] = module
 projects[libraries_ui][version] = 1.0
 
 projects[devel][type] = module
-projects[devel][version] = 1.x-dev
 
 projects[update_helper][type] = module
 projects[update_helper][version] = 1.0
diff --git a/tests/features/varbase/step2-apply-tests/03-admin-management/03-00-pre-check-important-admin-development-pages.feature b/tests/features/varbase/step2-apply-tests/03-admin-management/03-00-pre-check-important-admin-development-pages.feature
index a47a716ff8f55d53047c6d43f827e7228c82f43d..0d59f3c90ff99db6847d6f027043424cb2ba1d0a 100644
--- a/tests/features/varbase/step2-apply-tests/03-admin-management/03-00-pre-check-important-admin-development-pages.feature
+++ b/tests/features/varbase/step2-apply-tests/03-admin-management/03-00-pre-check-important-admin-development-pages.feature
@@ -68,7 +68,7 @@ So that I can use them after the install or update.
 
    @check @local @development @staging @production
    Scenario: Check active type of media types.
-      When I go to "media/add"
+      When I go to "/media/add"
        And I wait
       Then I should see "File"
        And I should see "Image"
@@ -77,3 +77,11 @@ So that I can use them after the install or update.
        And I should see "Audio"
        And I should see "Instagram"
        And I should see "Tweet"
+
+   @check @local @development @staging @production
+   Scenario: Check Varbase update instructions page.
+      When I go to "/admin/config/development/update-helper"
+       And I wait
+      Then I should see "Varbase update instructions"
+       And I should see "100%"
+       And I should not see "Pending updates"