From 262b620444420078d32ee5f290de00e52c139bb2 Mon Sep 17 00:00:00 2001
From: Christopher Gervais <chris@ergonlogic.com>
Date: Wed, 10 May 2023 18:14:19 -0400
Subject: [PATCH] Fix test.

---
 features/enforce-site-settings.feature | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/features/enforce-site-settings.feature b/features/enforce-site-settings.feature
index a30dfb5..0088f80 100644
--- a/features/enforce-site-settings.feature
+++ b/features/enforce-site-settings.feature
@@ -4,6 +4,9 @@ Feature: Enforce Basic site settings.
   As an Administrator
   I need to be able to deny updates to Basic site settings.
 
+  Background:
+    Given I run 'cd ..; make dev'
+
   Scenario:
     Given I am logged in as an "Admin"
      When I go to "admin/config/system/site-information"
-- 
GitLab