From 213cf7511c34950ddceef4480f20b1d08f20dceb Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 19 Dec 2024 18:51:16 +1300 Subject: [PATCH] MNT Stop taking screenshots during behat test --- tests/Behat/features/file-upload.feature | 1 - tests/Behat/features/versioned-status-block-element.feature | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Behat/features/file-upload.feature b/tests/Behat/features/file-upload.feature index a8fb82aa..f645fe28 100644 --- a/tests/Behat/features/file-upload.feature +++ b/tests/Behat/features/file-upload.feature @@ -18,7 +18,6 @@ Feature: Files can be saved in and removed from elemental blocks # Add a file to the block Given I click on the caret button for block 1 Then I should not see "file1" - Given I take a screenshot after every step When I click "Choose existing" in the "#Form_ElementForm_1 .uploadfield" element And I press the "Back" HTML field button And I click on the file named "file1" in the gallery diff --git a/tests/Behat/features/versioned-status-block-element.feature b/tests/Behat/features/versioned-status-block-element.feature index 48787439..7f7c56d8 100644 --- a/tests/Behat/features/versioned-status-block-element.feature +++ b/tests/Behat/features/versioned-status-block-element.feature @@ -13,6 +13,7 @@ Feature: Add elements in the CMS and see currunt status of elements And I go to "/admin/pages" And I left click on "Blocks Page" in the tree +@sboyd # Test that the versioned badge is shown when there are some changes in the block Scenario: I can add elements to the page and see versioned badge Then I press the "Add block" button