Re: [rspec-users] nokogiri selector help

2009-03-10 Thread Tom Ten Thij
> Sorry for the late reply, but this is a bug in webrat not a nokogiri > issue. I've created a ticket for it at lighthouse: > > http://webrat.lighthouseapp.com/projects/10503-webrat/tickets/153-within-should-support-xpath I wrote an ugly duckpunch that fixes the error for now. I have submitted

Re: [rspec-users] nokogiri selector help

2009-02-03 Thread Zach Dennis
On Fri, Jan 30, 2009 at 9:45 PM, Jonathan Linowes wrote: > > On Jan 25, 2009, at 11:58 AM, Zach Dennis wrote: > >> On Sat, Jan 24, 2009 at 12:05 AM, Jonathan Linowes >> wrote: >>> >>> hiya, >>> >>> i want the selector that would return a of a table if any td >>> contains >>> some text, so i can

Re: [rspec-users] nokogiri selector help

2009-01-30 Thread Jonathan Linowes
On Jan 25, 2009, at 11:58 AM, Zach Dennis wrote: On Sat, Jan 24, 2009 at 12:05 AM, Jonathan Linowes wrote: hiya, i want the selector that would return a of a table if any td contains some text, so i can use it in click_link_within e.g. When I click the "show" link within the row contain

Re: [rspec-users] nokogiri selector help

2009-01-25 Thread Zach Dennis
On Sat, Jan 24, 2009 at 12:05 AM, Jonathan Linowes wrote: > hiya, > > i want the selector that would return a of a table if any td contains > some text, so i can use it in click_link_within > > e.g. When I click the "show" link within the row containing > "u...@example.com" > > > When /^I click t

[rspec-users] nokogiri selector help

2009-01-23 Thread Jonathan Linowes
hiya, i want the selector that would return a of a table if any td contains some text, so i can use it in click_link_within e.g. When I click the "show" link within the row containing "u...@example.com" When /^I click the "(.+)" link within the row containing "(.+)"$/ do | link, text|