diff --git a/tests/behat/src/CmsFormsContext.php b/tests/behat/src/CmsFormsContext.php index bc85fee7d..a074cfb55 100644 --- a/tests/behat/src/CmsFormsContext.php +++ b/tests/behat/src/CmsFormsContext.php @@ -75,6 +75,10 @@ class CmsFormsContext implements Context $inputField->getAttribute('id'), addcslashes($value, "'") )); + $this->getSession()->evaluateScript(sprintf( + "jQuery('#%s').entwine('ss').getEditor().save()", + $inputField->getAttribute('id') + )); } /**