diff --git a/e2e/suites/user-profile/user-profile-likes.e2e.js b/e2e/suites/user-profile/user-profile-likes.e2e.js index 5f162ac0..0e3b75f0 100644 --- a/e2e/suites/user-profile/user-profile-likes.e2e.js +++ b/e2e/suites/user-profile/user-profile-likes.e2e.js @@ -16,7 +16,7 @@ describe('user profile - likes', function() { $$('.tab').get(1).click(); - await helper.waitLoader(); + await browser.waitForAngular(); utils.common.takeScreenshot('user-profile', 'current-user-likes'); });