From 41cf3f62d4c6ee00fc62777b062bc729c9e3b532 Mon Sep 17 00:00:00 2001 From: Sabina Talipova Date: Thu, 12 Oct 2023 10:26:53 +1300 Subject: [PATCH] MNT Remove TODO Comments --- tests/Behat/features/element-editor.feature | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Behat/features/element-editor.feature b/tests/Behat/features/element-editor.feature index 1c3bff0..c66c8d0 100644 --- a/tests/Behat/features/element-editor.feature +++ b/tests/Behat/features/element-editor.feature @@ -39,7 +39,6 @@ Feature: Manage banner blocks Given I click on block 1 And I fill in "Additional Banner Block" for "Title" for block 1 And I fill in "

Additional sample content

" for "Content" for block 1 - # TODO Test adding files to a banner block via inline editing When I press the "Save" button in the actions menu for block 1 And I wait 1 second Then I should see a "Saved 'Additional Banner Block' successfully" success toast @@ -68,7 +67,6 @@ Feature: Manage banner blocks Given I fill in "Eve's Block" for "Title" for block 1 And I fill in "

New sample content

" for "Content" for block 1 And I wait 1 second - # TODO Test adding files to a banner block via inline editing When I press the "Save" button in the actions menu for block 1 And I wait 1 second Then I should see a "Saved 'Eve's Block' successfully" success toast