diff --git a/e2e/full/user-profile/email-notification.e2e.js b/e2e/full/user-profile/email-notification.e2e.js index d565a580..7c3e1a60 100644 --- a/e2e/full/user-profile/email-notification.e2e.js +++ b/e2e/full/user-profile/email-notification.e2e.js @@ -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');