From c23202bb3a015a001eca402fd3defae120ead0b0 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Thu, 25 Feb 2010 18:01:34 +0100 Subject: [PATCH] Number of tables has changed --- spec/drivers_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/drivers_spec.rb b/spec/drivers_spec.rb index b5fbb892f..7f89d36db 100644 --- a/spec/drivers_spec.rb +++ b/spec/drivers_spec.rb @@ -115,7 +115,7 @@ 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