Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions features/media-regenerate.feature
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Feature: Regenerate WordPress attachments
When I run `wp media import {CACHE_DIR}/white-150-square.jpg --title="My imported small attachment" --porcelain`
Then save STDOUT as {SMALL_ATTACHMENT_ID}
And the wp-content/uploads/white-150-square.jpg file should exist
And the wp-content/uploads/white-150-square-150x150.jpg file should exist
And the wp-content/uploads/white-150-square-300x300.jpg file should not exist
And the wp-content/uploads/white-150-square-1024x1024.jpg file should not exist

Expand Down Expand Up @@ -76,7 +75,6 @@ Feature: Regenerate WordPress attachments
And the wp-content/uploads/canola-300x225.jpg file should exist
And the wp-content/uploads/canola-1024x768.jpg file should not exist
And the wp-content/uploads/white-150-square.jpg file should exist
And the wp-content/uploads/white-150-square-150x150.jpg file should exist
And the wp-content/uploads/white-150-square-300x300.jpg file should not exist
And the wp-content/uploads/white-150-square-1024x1024.jpg file should not exist

Expand Down