Fixing e2e userProfile tests

stable
Alejandro Alonso 2015-10-30 10:31:40 +01:00
parent f29de044d7
commit f0b16d2e52
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,9 @@ describe('edit user profile', function() {
lb.$('.button-green').click();
await utils.lightbox.close(lb);
// debounce :(
await browser.sleep(2000);
});
it('edit lenguage', async function() {
@ -71,6 +74,9 @@ describe('edit user profile', function() {
$('button[type="submit"]').click();
await utils.notifications.success.open();
//debounce
browser.sleep(2000);
});
it('edit avatar', async function() {