[FIX]web: test testing the customer filter save was wrong, was using wrong method...
authorDenis Ledoux <dle@openerp.com>
Tue, 22 Oct 2013 16:53:18 +0000 (18:53 +0200)
committerDenis Ledoux <dle@openerp.com>
Tue, 22 Oct 2013 16:53:18 +0000 (18:53 +0200)
bzr revid: dle@openerp.com-20131022165318-2imkhgb6iecalbbi

addons/web/static/test/search.js

index 73d9845..00ce48d 100644 (file)
@@ -1293,7 +1293,7 @@ openerp.testing.section('search.filters.saved', {
         return view.appendTo($fix)
         .then(function () {
             $fix.find('.oe_searchview_custom input#oe_searchview_custom_input')
-                    .text("filter name")
+                    .val("filter name")
                 .end()
                 .find('.oe_searchview_custom button').click();
             return done.promise();