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();