Skip to content

Commit

Permalink
uninterpolating
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Apr 13, 2012
1 parent 20ecedf commit a6b1eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/has_tag.t
Expand Up @@ -55,15 +55,15 @@ test_test( 'Handles finding text in nested table data second tag' );

test_out( 'ok 1 - Page has th tag with "Groups"' );
$mech->has_tag('th', 'Groups');
test_test( "Handles finding text in nested table header" );
test_test( 'Handles finding text in nested table header' );

test_out( 'ok 1 - Page has h3 tag with "Show all users and groups"' );
$mech->has_tag('h3', 'Show all users and groups');
test_test( "Handles finding text in h3 in table" );
test_test( 'Handles finding text in h3 in table' );

test_out( 'ok 1 - Page has p tag with "Its been said:"' );
$mech->has_tag('p', 'Its been said:');
test_test( "Checks finding text in sub inline element in p" );
test_test( 'Checks finding text in sub inline element in p' );

test_out( 'ok 1 - Page has p tag with "Hi"');
$mech->has_tag( 'p', 'Hi' );
Expand Down

0 comments on commit a6b1eac

Please sign in to comment.