remove describe.only
parent
9077fd4e45
commit
96708f1374
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue