[FIX]web: test testing the customer filter save was wrong, was using wrong method text() instead of val() to set the filter name

bzr revid: dle@openerp.com-20131022165318-2imkhgb6iecalbbi
This commit is contained in:
Denis Ledoux 2013-10-22 18:53:18 +02:00
parent 752341f0cb
commit 4e0530f16c
1 changed files with 1 additions and 1 deletions

View 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();