From 590bfeffd6e0e735a3a3d0b7d58d61e45edc3d0b Mon Sep 17 00:00:00 2001 From: JoenioCosta Date: Sat, 21 Jun 2008 02:17:26 +0000 Subject: [PATCH] ActionItem413: add selenium test to addthis button --- test/selenium/add_this.rsel | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) create mode 100644 test/selenium/add_this.rsel diff --git a/test/selenium/add_this.rsel b/test/selenium/add_this.rsel new file mode 100644 index 0000000..adfdda2 --- /dev/null +++ b/test/selenium/add_this.rsel @@ -0,0 +1,8 @@ +setup :fixtures => :all +include_partial 'login' +click_and_wait 'link=My Home Page' +assert_not_visible 'id=addthis_dropdown15' +mouse_over 'css=a[class=bt_addthis]' +assert_visible 'id=addthis_dropdown15' + +# vim: ft=ruby -- libgit2 0.21.2