Fixing userProfile e2e tests

stable
Alejandro Alonso 2017-02-23 14:51:50 +01:00
parent d0cafea374
commit 1f218c7a38
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ describe('user profile - likes', function() {
$$('.tab').get(1).click(); $$('.tab').get(1).click();
await helper.waitLoader(); await browser.waitForAngular();
utils.common.takeScreenshot('user-profile', 'current-user-likes'); utils.common.takeScreenshot('user-profile', 'current-user-likes');
}); });