Fixing block e2e tests
parent
4d9ac44dba
commit
901eb6323e
|
@ -261,8 +261,9 @@ helper.blockLightbox = function() {
|
||||||
waitClose: function() {
|
waitClose: function() {
|
||||||
return utils.notifications.success.close();
|
return utils.notifications.success.close();
|
||||||
},
|
},
|
||||||
fill: function(text) {
|
fill: async function(text) {
|
||||||
el.$('textarea').sendKeys(text);
|
el.$('textarea').sendKeys(text);
|
||||||
|
await browser.waitForAngular();
|
||||||
},
|
},
|
||||||
submit: async function() {
|
submit: async function() {
|
||||||
el.$('a.button-green').click();
|
el.$('a.button-green').click();
|
||||||
|
|
Loading…
Reference in New Issue