Skip to content

Commit

Permalink
Merge pull request #4622 from RocketChat/emoji-tests
Browse files Browse the repository at this point in the history
Emoji tests
  • Loading branch information
engelgabriel authored Oct 24, 2016
2 parents 3def9ef + 10a159a commit a406142
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/steps/3-basic-usage.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('Basic usage', function() {
sideNav.channelHoverIcon.isVisible().should.be.false;
});

it.skip('should show eye icon on hover', () => {
it('should show eye icon on hover', () => {
sideNav.general.moveToObject();
sideNav.channelHoverIcon.isVisible().should.be.true;
});
Expand Down Expand Up @@ -463,19 +463,19 @@ describe('Basic usage', function() {
flexTab.membersTabContent.isVisible().should.be.true;
});

it.skip('should show the members search bar', () => {
it('should show the members search bar', () => {
flexTab.userSearchBar.isVisible().should.be.true;
});

it('should show the show all link', () => {
flexTab.showAll.isVisible().should.be.true;
});

it.skip('should show the start video call button', () => {
it('should show the start video call button', () => {
flexTab.startVideoCall.isVisible().should.be.true;
});

it.skip('should show the start audio call', () => {
it('should show the start audio call', () => {
flexTab.startAudioCall.isVisible().should.be.true;
});

Expand Down

0 comments on commit a406142

Please sign in to comment.