Skip to content

Commit

Permalink
example fix, removing unnecessary testComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
santiycr committed Dec 3, 2011
1 parent 08e0e80 commit b4e9bce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ Sauce Labs also provides a script that you may embed in your CI server to displa
.clickAndWait('//input[@value="Save"]')
.assertTextPresent('Account info updated')
.clickAndWait('link=Log out')
.testComplete()
.end(function(err){
browser.setContext('sauce:job-info={"passed": ' + (err === null) + '}', function(){
browser.testComplete(function(){
Expand Down

0 comments on commit b4e9bce

Please sign in to comment.