Number of tables has changed

This commit is contained in:
Jonas Nicklas 2010-02-25 18:01:34 +01:00
parent 1f35a46388
commit c23202bb3a
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ shared_examples_for "driver with node path support" do
end
it "should be able to navigate/search child nodes" do
@node.all('//table').size.should == 3
@node.all('//table').size.should == 5
@node.find('//form').all('//table').size.should == 1
@node.find('//form').find('//table//caption').text.should == 'Agent'
end