Fixing e2e userProfile tests
parent
f29de044d7
commit
f0b16d2e52
|
@ -40,6 +40,9 @@ describe('edit user profile', function() {
|
||||||
lb.$('.button-green').click();
|
lb.$('.button-green').click();
|
||||||
|
|
||||||
await utils.lightbox.close(lb);
|
await utils.lightbox.close(lb);
|
||||||
|
|
||||||
|
// debounce :(
|
||||||
|
await browser.sleep(2000);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('edit lenguage', async function() {
|
it('edit lenguage', async function() {
|
||||||
|
@ -71,6 +74,9 @@ describe('edit user profile', function() {
|
||||||
$('button[type="submit"]').click();
|
$('button[type="submit"]').click();
|
||||||
|
|
||||||
await utils.notifications.success.open();
|
await utils.notifications.success.open();
|
||||||
|
|
||||||
|
//debounce
|
||||||
|
browser.sleep(2000);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('edit avatar', async function() {
|
it('edit avatar', async function() {
|
||||||
|
|
Loading…
Reference in New Issue