From 1f218c7a38eb12fc9b8c45fe837897c014cba009 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 23 Feb 2017 14:51:50 +0100 Subject: [PATCH] Fixing userProfile e2e tests --- e2e/suites/user-profile/user-profile-likes.e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); });