From e51238e471622f2a39d3939ac9c49573f0772df3 Mon Sep 17 00:00:00 2001 From: Low Chin Chau Date: Wed, 12 Nov 2008 14:50:50 +0800 Subject: [PATCH] fixed webrat/core/methods to recognise for click link within --- lib/webrat/core/methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webrat/core/methods.rb b/lib/webrat/core/methods.rb index 9d3e306e..43f7c444 100644 --- a/lib/webrat/core/methods.rb +++ b/lib/webrat/core/methods.rb @@ -37,7 +37,7 @@ def #{meth}(*args, &blk) :clicks_area, :click_area, :clicks_button, :click_button, :reload, :reloads, - :clicks_link_within, + :clicks_link_within, :click_link_within, :field_labeled end