Fixing block e2e tests

stable
Alejandro Alonso 2017-02-22 08:24:47 +01:00
parent 4d9ac44dba
commit 901eb6323e
1 changed files with 2 additions and 1 deletions

View File

@ -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();