From d48cb0586275817909abdde7775acb9a5b48cfda Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 23 Jan 2026 16:11:29 +1300 Subject: [PATCH] MNT Fix behat test --- tests/Behat/features/add-block-element-to-data-object.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Behat/features/add-block-element-to-data-object.feature b/tests/Behat/features/add-block-element-to-data-object.feature index 2c7b0517..f65e93c5 100644 --- a/tests/Behat/features/add-block-element-to-data-object.feature +++ b/tests/Behat/features/add-block-element-to-data-object.feature @@ -25,6 +25,7 @@ Feature: Add elements in the CMS DataObject Scenario: I can add non-inline-editable elements to the DataObject Given content blocks are not in-line editable + And I add an extension "SilverStripe\FrameworkTest\Elemental\Model\ElementalBehatTestObjectCMSEditLinkExtension" to the "SilverStripe\FrameworkTest\Elemental\Model\ElementalBehatTestObject" class When I go to "/admin/elemental-behat-test-admin/" Then I press the "Add Elemental Behat Test Object" button Then I press the "Create" button