unskip sweetalert tests

pull/7104/head
Karl Prieb 9 years ago
parent 00fe70a44d
commit 4d6f3ebe85
  1. 4
      tests/end-to-end/ui/06-messaging.js
  2. 4
      tests/end-to-end/ui/09-channel.js

@ -39,7 +39,7 @@ function messagingTest() {
}
});
describe.skip('fileUpload:', ()=> {
describe('fileUpload:', ()=> {
after(() => {
});
it('it should send a attachment', () => {
@ -188,7 +188,7 @@ function messageActionsTest() {
});
});
describe.skip('Delete:', () => {
describe('Delete:', () => {
before(() => {
mainContent.sendMessage('Message for Message Delete Tests');
mainContent.openMessageActionMenu();

@ -289,7 +289,7 @@ describe('[Channel]', ()=> {
});
describe('Members tab usage:', () => {
describe.skip('User muted', () => {
describe('User muted', () => {
before(()=> {
flexTab.operateFlexTab('members', true);
});
@ -378,7 +378,7 @@ describe('[Channel]', ()=> {
});
});
describe.skip('channel quit and enter', () => {
describe('channel quit and enter', () => {
it('it should leave the channel', () => {
const channel = sideNav.getChannelFromList(`NAME-EDITED-${ publicChannelName }`);
channel.click();

Loading…
Cancel
Save