Fixing userProfile e2e tests
parent
d0cafea374
commit
1f218c7a38
|
@ -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');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue