[FIX] website.tour.blog

bzr revid: chm@openerp.com-20140206154646-fth0k220okdgsckk
This commit is contained in:
Christophe Matthieu 2014-02-06 16:46:46 +01:00
parent 64eb4376ee
commit f3b7cfe2f1
1 changed files with 1 additions and 2 deletions

View File

@ -39,12 +39,11 @@
},
{
element: '.modal:has(#editor_new_blog) button.btn-primary',
placement: 'bottom',
placement: 'right',
title: _t("Create Blog Post"),
content: _t("Click <em>Continue</em> to create the blog post."),
},
{
waitNot: '.modal',
waitFor: 'body:has(button[data-action=save]:visible):has(.js_blog)',
title: _t("Blog Post Created"),
content: _t("This is your new blog post. Let's edit it."),