From 91b6c5f7ffaa19f967547ae3916641fed9e0f04c Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sun, 7 Nov 2010 13:04:48 -0800 Subject: Added documentation for validators. BACKWARD INCOMPATIBLE: removed ssn validators, since it is unlikely that most people will need it and if they do, they can added it thorough RegExp --- test/scenario/dslSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scenario') diff --git a/test/scenario/dslSpec.js b/test/scenario/dslSpec.js index f9833e8b..e33cd056 100644 --- a/test/scenario/dslSpec.js +++ b/test/scenario/dslSpec.js @@ -509,7 +509,7 @@ describe("angular.scenario.dsl", function() { it('should change value in textarea', function() { doc.append(''); - var chain = $root.dsl.textarea('test.textarea'); + var chain = $root.dsl.input('test.textarea'); chain.enter('foo'); expect(_jQuery('textarea[name="test.textarea"]').val()).toEqual('foo'); }); -- cgit v1.2.3