Re: tag in HTML 5 (was Re: [Rails] Re: assert_select for textvalue)

2010-08-30 Thread Colin Law
On 30 August 2010 16:44, Chris Mear wrote: > On 30 August 2010 15:47, Marnen Laibow-Koser wrote: >> Colin Law wrote: >>> I have the following html >>> textvalue >>> I can use >>> assert_select "p>b", "text" >>> to check the text portion, and >>> assert_select "p", "value" >>> to check that the va

Re: tag in HTML 5 (was Re: [Rails] Re: assert_select for textvalue)

2010-08-30 Thread Colin Law
On 30 August 2010 16:44, Chris Mear wrote: > On 30 August 2010 15:47, Marnen Laibow-Koser wrote: >> Colin Law wrote: >>> I have the following html >>> textvalue >>> I can use >>> assert_select "p>b", "text" >>> to check the text portion, and >>> assert_select "p", "value" >>> to check that the va

Re: [Rails] Re: assert_select for textvalue

2010-08-30 Thread Colin Law
On 30 August 2010 15:47, Marnen Laibow-Koser wrote: > Colin Law wrote: >> I have the following html >> textvalue >> I can use >> assert_select "p>b", "text" >> to check the text portion, and >> assert_select "p", "value" >> to check that the value appears in a .  I cannot work out how to >> check

tag in HTML 5 (was Re: [Rails] Re: assert_select for textvalue)

2010-08-30 Thread Chris Mear
On 30 August 2010 15:47, Marnen Laibow-Koser wrote: > Colin Law wrote: >> I have the following html >> textvalue >> I can use >> assert_select "p>b", "text" >> to check the text portion, and >> assert_select "p", "value" >> to check that the value appears in a .  I cannot work out how to >> check

[Rails] Re: assert_select for textvalue

2010-08-30 Thread Marnen Laibow-Koser
Colin Law wrote: > I have the following html > textvalue > I can use > assert_select "p>b", "text" > to check the text portion, and > assert_select "p", "value" > to check that the value appears in a . I cannot work out how to > check that the two are in the same . I have used assert_select for >

[Rails] Re: assert_select for textvalue

2010-08-30 Thread Colin Law
Any thoughts anyone? Colin On 27 August 2010 22:08, Colin Law wrote: > I have the following html > textvalue > I can use > assert_select "p>b", "text" > to check the text portion, and > assert_select "p", "value" > to check that the value appears in a .  I cannot work out how to > check that the