Fixed typo (comma)
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -62,7 +62,7 @@ casper.thenOpen('tests/site/multiple-forms.html', function() { | ... | @@ -62,7 +62,7 @@ casper.thenOpen('tests/site/multiple-forms.html', function() { |
62 | 62 | ||
63 | casper.then(function() { | 63 | casper.then(function() { |
64 | this.test.assertUrlMatch(/\?f=f2&yo=ok$/, 'Casper.fill() handles multiple forms'); | 64 | this.test.assertUrlMatch(/\?f=f2&yo=ok$/, 'Casper.fill() handles multiple forms'); |
65 | }), | 65 | }); |
66 | 66 | ||
67 | casper.run(function() { | 67 | casper.run(function() { |
68 | this.test.done(); | 68 | this.test.done(); | ... | ... |
-
Please register or sign in to post a comment