fix broserSkip syntax in user-profile

stable
Juanfran 2015-10-14 10:44:29 +02:00
parent cb3c7c10fa
commit 9b3203bd02
1 changed files with 1 additions and 1 deletions

View File

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