From 4503a5f1574eff586b2d6937066eabc668625131 Mon Sep 17 00:00:00 2001
From: Abdullah Yassin <abdallah-yassin@3707588.no-reply.drupal.org>
Date: Wed, 6 Jul 2022 13:05:04 +0000
Subject: [PATCH] Issue #3293696: Switch Vartheme BS5 branch from 1.0.x-dev to
 2.0.x-dev and replace Bootstrap Barrio theme with Radix theme on Varbase
 installation

---
 composer.json                                                  | 2 +-
 .../03-00-pre-check-important-admin-development-pages.feature  | 3 +--
 varbase.info.yml                                               | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/composer.json b/composer.json
index b4485dd8..7fbc16dc 100644
--- a/composer.json
+++ b/composer.json
@@ -49,7 +49,7 @@
     "drupal/varbase_styleguide": "10.0.x-dev",
     "drupal/varbase_email": "10.0.x-dev",
     "drupal/varbase_workflow": "3.0.x-dev",
-    "drupal/vartheme_bs5": "1.0.x-dev",
+    "drupal/vartheme_bs5": "2.0.x-dev",
     "drupal/vartheme_claro": "4.0.x-dev",
     "vardot/entity-definition-update-manager": "~1.0",
     "vardot/module-installer-factory": "~1.0",
diff --git a/tests/features/varbase/03-admin-management/03-00-pre-check-important-admin-development-pages.feature b/tests/features/varbase/03-admin-management/03-00-pre-check-important-admin-development-pages.feature
index 5badafd5..2d5d2923 100644
--- a/tests/features/varbase/03-admin-management/03-00-pre-check-important-admin-development-pages.feature
+++ b/tests/features/varbase/03-admin-management/03-00-pre-check-important-admin-development-pages.feature
@@ -86,8 +86,7 @@ So that I can use them after the install or update.
       And I should see "Vartheme"
       And I should see "(Bootstrap 5 - SASS)"
       And I should see "Claro"
-      And I should see "Bootstrap"
-      And I should see "Bootstrap Barrio"
+      And I should see "Radix"
       And I should see "Vartheme Claro"
 
    @javascript @check @local @development @staging @production
diff --git a/varbase.info.yml b/varbase.info.yml
index c63e8fda..35caf24d 100755
--- a/varbase.info.yml
+++ b/varbase.info.yml
@@ -21,7 +21,7 @@ install:
   - views
   - file
 themes:
-  - bootstrap_barrio
+  - radix
   - vartheme_bs5
   - seven
   - claro
-- 
GitLab