Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchoeler committed May 23, 2017
1 parent 111ed80 commit c0d248b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/end-to-end/ui/06-messaging.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ function messageActionsTest() {
mainContent.selectAction('delete');
Global.sweetAlertConfirm.click();
Global.sweetAlertOverlay.waitForVisible(3000, true);
false.should.be.true;
});

it('it should not show the deleted message', () => {
Expand Down Expand Up @@ -258,7 +257,7 @@ function messageActionsTest() {
});
}

describe.only('[Message]', () => {
describe('[Message]', () => {
before(()=>{
checkIfUserIsValid(username, email, password);
sideNav.spotlightSearch.waitForVisible(10000);
Expand Down

0 comments on commit c0d248b

Please sign in to comment.