Skip to content

Commit

Permalink
Fix embed size
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Valchev authored and Fabien CHOMETTON committed Jan 7, 2021
1 parent eeb6236 commit e52d883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/edit_record_1.feature
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Feature: Edit record
And I wait for "fields[embed][title]" field value to change
Then the "fields[embed][title]" field should contain "Silversun Pickups - Nightlight (Official Video)"
And the "fields[embed][authorname]" field should contain "Silversun Pickups"
And the "fields[embed][width]" field should contain "480"
And the "fields[embed][height]" field should contain "270"
And the "fields[embed][width]" field should contain "200"
And the "fields[embed][height]" field should contain "113"

When I click ".editor__embed .remove"
# Add wait to make sure JS clears the fields before assert occurs
Expand Down

0 comments on commit e52d883

Please sign in to comment.