remove email-notification describe.only

stable
Juanfran 2015-08-03 09:19:43 +02:00
parent 93ee6636d3
commit c78ae4fb31
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ var chaiAsPromised = require('chai-as-promised');
chai.use(chaiAsPromised);
var expect = chai.expect;
describe.only('email notification', function() {
describe('email notification', function() {
before(async function(){
browser.get('http://localhost:9001/user-settings/mail-notifications');