From e52d883a09a59e6067368cd36236dcfbd55da2e9 Mon Sep 17 00:00:00 2001 From: Ivo Valchev Date: Wed, 6 Jan 2021 10:18:36 +0100 Subject: [PATCH] Fix embed size --- tests/e2e/edit_record_1.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/edit_record_1.feature b/tests/e2e/edit_record_1.feature index 9623744dd..60d6aefff 100644 --- a/tests/e2e/edit_record_1.feature +++ b/tests/e2e/edit_record_1.feature @@ -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