Fixing block e2e tests
parent
4d9ac44dba
commit
901eb6323e
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue