Skip to content

Commit

Permalink
Merge pull request #52 from pamelafox-coursera/patch-1
Browse files Browse the repository at this point in the history
Update examples/google.js
  • Loading branch information
rauchg committed Aug 27, 2012
2 parents 2a291de + e35ab68 commit 146e29d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/google.js
@@ -1,4 +1,3 @@

/**
* Module dependencies.
*/
Expand Down Expand Up @@ -29,7 +28,6 @@ browser
})
.click('link=Advanced search')
.waitForPageToLoad(2000)
.assertText('css=#gen-query', 'Hello World')
.assertAttribute('as_q@value', 'Hello World')
.end(function(err){
browser.testComplete(function(){
Expand Down

0 comments on commit 146e29d

Please sign in to comment.