Skip to content

Commit

Permalink
fixed test reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHP committed May 8, 2014
1 parent f5cc6a9 commit de7f095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/webQueries/validateGeneratedUrls.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var webdriverjs = require('webdriverjs'),
*/
var appUrl = 'file:///Users/Jake/Desktop/dev/2ezgg.github.io/index.html';

describe('Summoner Lookups - ', function(){
describe('Web Queries - ', function(){

this.timeout(99999999);
var client = {};
Expand All @@ -31,7 +31,7 @@ describe('Summoner Lookups - ', function(){
client.init(done);
});

it('Checks each region in dropdown, and validates each generated URL',function(done) {
it('Checks each services generated URL',function(done) {
client
.url(appUrl)
.setValue('.searchinput', stringToQuery, function(err, result){})
Expand Down

0 comments on commit de7f095

Please sign in to comment.