diff --git a/spec/drivers_spec.rb b/spec/drivers_spec.rb index b5fbb892..7f89d36d 100644 --- a/spec/drivers_spec.rb +++ b/spec/drivers_spec.rb @@ -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