fix broserSkip syntax in user-profile
parent
cb3c7c10fa
commit
9b3203bd02
|
@ -41,7 +41,7 @@ describe('user profile', function() {
|
||||||
expect(contactsCount).to.be.above(0);
|
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');
|
let userImage = $('.profile-image-wrapper');
|
||||||
|
|
||||||
await browser.actions().mouseMove(userImage).perform();
|
await browser.actions().mouseMove(userImage).perform();
|
||||||
|
|
Loading…
Reference in New Issue