remove describe.only

stable
Juanfran 2015-07-28 07:50:23 +02:00
parent 9077fd4e45
commit 96708f1374
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ var chaiAsPromised = require('chai-as-promised');
chai.use(chaiAsPromised);
var expect = chai.expect;
describe.only('taskboard', function() {
describe('taskboard', function() {
before(async function() {
browser.get('http://localhost:9001/project/project-0/backlog');