From 56cd7e156b9d4a632aa4d425721330a19f94d60f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 19 Dec 2024 18:51:48 +1300 Subject: [PATCH] MNT Stop taking screenshots during behat test --- tests/Behat/features/file-upload.feature | 1 - 1 file changed, 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