remove email-notification describe.only
parent
93ee6636d3
commit
c78ae4fb31
|
@ -6,7 +6,7 @@ var chaiAsPromised = require('chai-as-promised');
|
||||||
chai.use(chaiAsPromised);
|
chai.use(chaiAsPromised);
|
||||||
var expect = chai.expect;
|
var expect = chai.expect;
|
||||||
|
|
||||||
describe.only('email notification', function() {
|
describe('email notification', function() {
|
||||||
before(async function(){
|
before(async function(){
|
||||||
browser.get('http://localhost:9001/user-settings/mail-notifications');
|
browser.get('http://localhost:9001/user-settings/mail-notifications');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue