removed typo
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -991,8 +991,6 @@ | ... | @@ -991,8 +991,6 @@ |
991 | * @param String message Test description | 991 | * @param String message Test description |
992 | */ | 992 | */ |
993 | this.assertExists = function(selector, message) { | 993 | this.assertExists = function(selector, message) { |
994 | var f = casper.exists(selector) | ||
995 | console.log('plop') | ||
996 | return this.assert(casper.exists(selector), message); | 994 | return this.assert(casper.exists(selector), message); |
997 | }; | 995 | }; |
998 | 996 | ... | ... |
-
Please register or sign in to post a comment