tiny_mce_article.rsel 278 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 setup :fixtures => :all include_partial 'login' click_and_wait 'link=Manage Content' click 'link=New article' click_and_wait 'link=Text article with visual editor.' type 'id=article_name', 'selenium test' type 'id=article_body', 'typing article with TinyMce...' # vim: ft=ruby