Doh!, thanks alot :).
2009/3/14 Balint Erdi
> Andrew Premdas wrote:
>
> >
> > When /^I follow view (\w+) details link$/ do |object|
> > click_link "#{object}_details}"
> > end
>
> I think the problem is that you have an extra } in the title of the link
> you are looking for. It should just be:
Andrew Premdas wrote:
>
> When /^I follow view (\w+) details link$/ do |object|
> click_link "#{object}_details}"
> end
I think the problem is that you have an extra } in the title of the link
you are looking for. It should just be:
When /^I follow view (\w+) details link$/ do |object|
cli