Remove only

stable
David Barragán Merino 2015-08-03 11:47:47 +02:00 committed by Juanfran
parent 7d54dd5d96
commit f33b3bb43b
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('search page', function() {
describe('search page', function() {
before(async function(){
browser.get('http://localhost:9001/');