mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Number of tables has changed
This commit is contained in:
parent
1f35a46388
commit
c23202bb3a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue