diff --git a/test/selenium/tiny_mce_article.rsel b/test/selenium/tiny_mce_article.rsel index 0952e8e..9759a32 100644 --- a/test/selenium/tiny_mce_article.rsel +++ b/test/selenium/tiny_mce_article.rsel @@ -3,7 +3,10 @@ include_partial 'login' click_and_wait 'link=Manage Content' click 'link=New article' click_and_wait 'link=Text article with visual editor.' +assert_editable 'id=article_name' type 'id=article_name', 'selenium test' -type 'id=article_body', 'typing article with TinyMce...' +assert_editable 'id=article_body' +# for some reason command 'type' dont work for TinyMce textarea +store_eval 'selenium.browserbot.getCurrentWindow().tinyMCE.setContent("selenium body text...")', 'bli' # vim: ft=ruby diff --git a/vendor/plugins/selenium-on-rails/config.yml b/vendor/plugins/selenium-on-rails/config.yml index 4166712..31529d4 100644 --- a/vendor/plugins/selenium-on-rails/config.yml +++ b/vendor/plugins/selenium-on-rails/config.yml @@ -25,6 +25,7 @@ browsers: # Gnu/Linux firefox: '/usr/bin/firefox' + #ie: '$HOME/bin/ie6' #host: 'localhost' #port_start: 3000 -- libgit2 0.21.2