Prelude
When resizing images, there are currently exceptions being thrown in Edge, likely caused by the replacement of the dragresize plugin to dragresize_ie.
User story
As an Edge User
I'd like to Resize an image
So that the image changes size
Acceptance Criteria
- Drag handles should appear over an image
- Image should be successfully resized
- No errors should be thrown
BDD Scenarios
Collect all the scenarios relevant to the applied changes and compose them in a Gherkin Syntax.
Scenario 1:
GIVEN An editor running on an Edge browser
WHEN I resize an image
THEN The image is resized AND no errors are thrown
Prelude
When resizing images, there are currently exceptions being thrown in Edge, likely caused by the replacement of the
dragresizeplugin todragresize_ie.User story
As an Edge User
I'd like to Resize an image
So that the image changes size
Acceptance Criteria
BDD Scenarios
Collect all the scenarios relevant to the applied changes and compose them in a Gherkin Syntax.
Scenario 1:
GIVEN An editor running on an Edge browser
WHEN I resize an image
THEN The image is resized AND no errors are thrown