From 9b3203bd023d7180cbf2590af00570050738e285 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 14 Oct 2015 10:44:29 +0200 Subject: [PATCH] fix broserSkip syntax in user-profile --- e2e/full/user-profile/user-profile.e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/full/user-profile/user-profile.e2e.js b/e2e/full/user-profile/user-profile.e2e.js index 15ba57f6..0f881716 100644 --- a/e2e/full/user-profile/user-profile.e2e.js +++ b/e2e/full/user-profile/user-profile.e2e.js @@ -41,7 +41,7 @@ describe('user profile', function() { expect(contactsCount).to.be.above(0); }); - it.browserSkip('internet explorer', 'edit profile hover', async function() { + utils.common.browserSkip('internet explorer', 'edit profile hover', async function() { let userImage = $('.profile-image-wrapper'); await browser.actions().mouseMove(userImage).perform();