diff --git a/tests/behat/features/insert-an-image.feature b/tests/behat/features/insert-an-image.feature
index 96562184..7f552bf9 100644
--- a/tests/behat/features/insert-an-image.feature
+++ b/tests/behat/features/insert-an-image.feature
@@ -72,18 +72,3 @@ Feature: Insert an image into a page
And the "Content" HTML field should contain "My alt"
# Required to avoid "unsaved changed" browser dialog
Then I press the "Save draft" button
-
- # TODO This needs to support using drag handles, as we no longer have 'Width' or 'Height' input fields
- @todo
- Scenario: I can edit dimensions of an existing image
- Given the "page" "About us" contains ""
- And I reload the current page
- When I highlight "" in the "Content" HTML field
- And I press the "Insert Media" HTML field button
- Then I should see "file1.jpg"
- When I fill in "Width" with "10"
- When I fill in "Height" with "20"
- And I press the "Insert" button
- Then the "Content" HTML field should contain ""
- # Required to avoid "unsaved changed" browser dialog
- Then I press the "Save draft" button