diff --git a/e2e/helpers/detail-helper.js b/e2e/helpers/detail-helper.js index 3051b6fd..d6a1d676 100644 --- a/e2e/helpers/detail-helper.js +++ b/e2e/helpers/detail-helper.js @@ -261,8 +261,9 @@ helper.blockLightbox = function() { waitClose: function() { return utils.notifications.success.close(); }, - fill: function(text) { + fill: async function(text) { el.$('textarea').sendKeys(text); + await browser.waitForAngular(); }, submit: async function() { el.$('a.button-green').click();