[ 
http://jira.openqa.org/browse/WTR-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charley Baker updated WTR-358:
------------------------------

    Fix Version/s:     (was: 1.6.7)
                   Soon

> watirspec: tfoot, tfoots, thead, theads not implemented
> -------------------------------------------------------
>
>                 Key: WTR-358
>                 URL: http://jira.openqa.org/browse/WTR-358
>             Project: Watir
>          Issue Type: Sub-task
>          Components: HTML Controls
>    Affects Versions: 1.6.2
>         Environment: Watir::IE on WinXP
>            Reporter: Jari Bakken
>            Assignee: Jari Bakken
>            Priority: Major
>             Fix For: Soon
>
>
> 88)
> NoMethodError in 'TableFooter#exists returns true if the table tfoot exists 
> (page context)'
> undefined method `tfoot' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_footer_spec.rb:12:
> 89)
> NoMethodError in 'TableFooter#exists returns true if the table tfoot exists 
> (table context)'
> undefined method `tfoot' for #<Watir::Table:0x2c70950 located=false 
> how=:index what=1>
> ./spec/watirspec/table_footer_spec.rb:19:
> 90)
> NoMethodError in 'TableFooter#exists returns true if the element exists 
> (default how = :id)'
> undefined method `tfoot' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_footer_spec.rb:26:
> 91)
> NoMethodError in 'TableFooter#exists returns false if the table tfoot exists 
> (page context)'
> undefined method `tfoot' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_footer_spec.rb:31:
> 92)
> NoMethodError in 'TableFooter#exists returns false if the table tfoot exists 
> (table context)'
> undefined method `tfoot' for #<Watir::Table:0x2c55bc8 located=false 
> how=:index what=1>
> ./spec/watirspec/table_footer_spec.rb:38:
> 93)
> 'TableFooter#exists raises TypeError when 'what' argument is invalid' FAILED
> expected TypeError, got #<NoMethodError: undefined method `tfoot' for 
> #<Watir::IE:0x3e539d8>>
> ./spec/watirspec/table_footer_spec.rb:45:
> 94)
> 'TableFooter#exists raises MissingWayOfFindingObjectException when 'how' 
> argument is invalid' FAILED
> expected Watir::Exception::MissingWayOfFindingObjectException, got 
> #<NoMethodError: undefined method `tfoot' for #<Watir::IE:0x3e539d8>>
> ./spec/watirspec/table_footer_spec.rb:50:
> 95)
> NoMethodError in 'TableFooter#length returns the correct number of table 
> bodies (page context)'
> undefined method `tfoot' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_footer_spec.rb:57:
> 96)
> NoMethodError in 'TableFooter#length returns the correct number of table 
> bodies (table context)'
> undefined method `tfoot' for #<Watir::Table:0x2c422e4 located=false 
> how=:index what=1>
> ./spec/watirspec/table_footer_spec.rb:61:
> 97)
> NoMethodError in 'TableFooter#[] returns the row at the given index (page 
> context)'
> undefined method `tfoot' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_footer_spec.rb:67:
> 98)
> NoMethodError in 'TableFooter#[] returns the row at the given index (table 
> context)'
> undefined method `tfoot' for #<Watir::Table:0x2c285ec located=false 
> how=:index what=1>
> ./spec/watirspec/table_footer_spec.rb:73:
> 99)
> NoMethodError in 'TableFooter#each iterates through rows correctly'
> undefined method `tfoot' for #<Watir::Table:0x2c21274 located=false 
> how=:index what=1>
> ./spec/watirspec/table_footer_spec.rb:81:
> 100)
> NoMethodError in 'TableFooters#length returns the correct number of table 
> tfoots (page context)'
> undefined method `tfoots' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_footers_spec.rb:12:
> 101)
> NoMethodError in 'TableFooters#length returns the correct number of table 
> tfoots (table context)'
> undefined method `tfoots' for #<Watir::Table:0x2c05e5c located=false 
> how=:index what=1>
> ./spec/watirspec/table_footers_spec.rb:16:
> 102)
> NoMethodError in 'TableFooters#[] returns the row at the given index (page 
> context)'
> undefined method `tfoots' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_footers_spec.rb:22:
> 103)
> NoMethodError in 'TableFooters#[] returns the row at the given index (table 
> context)'
> undefined method `tfoots' for #<Watir::Table:0x2be989c located=false 
> how=:index what=1>
> ./spec/watirspec/table_footers_spec.rb:26:
> 104)
> NoMethodError in 'TableFooters#each iterates through table tfoots correctly 
> (page context)'
> undefined method `tfoots' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_footers_spec.rb:32:
> 105)
> NoMethodError in 'TableFooters#each iterates through table tfoots correctly 
> (table context)'
> undefined method `tfoots' for #<Watir::Table:0x2bd1d8c located=false 
> how=:index what=1>
> ./spec/watirspec/table_footers_spec.rb:40:
> 106)
> NoMethodError in 'TableHeader#exists returns true if the table theader exists 
> (page context)'
> undefined method `thead' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_header_spec.rb:12:
> 107)
> NoMethodError in 'TableHeader#exists returns true if the table theader exists 
> (table context)'
> undefined method `thead' for #<Watir::Table:0x2b2c92c located=false 
> how=:index what=1>
> ./spec/watirspec/table_header_spec.rb:19:
> 108)
> NoMethodError in 'TableHeader#exists returns true if the element exists 
> (default how = :id)'
> undefined method `thead' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_header_spec.rb:26:
> 109)
> NoMethodError in 'TableHeader#exists returns false if the table theader 
> exists (page context)'
> undefined method `thead' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_header_spec.rb:31:
> 110)
> NoMethodError in 'TableHeader#exists returns false if the table theader 
> exists (table context)'
> undefined method `thead' for #<Watir::Table:0x3f68f08 located=false 
> how=:index what=1>
> ./spec/watirspec/table_header_spec.rb:38:
> 111)
> 'TableHeader#exists raises TypeError when 'what' argument is invalid' FAILED
> expected TypeError, got #<NoMethodError: undefined method `thead' for 
> #<Watir::IE:0x3e539d8>>
> ./spec/watirspec/table_header_spec.rb:45:
> 112)
> 'TableHeader#exists raises MissingWayOfFindingObjectException when 'how' 
> argument is invalid' FAILED
> expected Watir::Exception::MissingWayOfFindingObjectException, got 
> #<NoMethodError: undefined method `thead' for #<Watir::IE:0x3e539d8>>
> ./spec/watirspec/table_header_spec.rb:50:
> 113)
> NoMethodError in 'TableHeader#length returns the correct number of table 
> bodies (page context)'
> undefined method `thead' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_header_spec.rb:57:
> 114)
> NoMethodError in 'TableHeader#length returns the correct number of table 
> bodies (table context)'
> undefined method `thead' for #<Watir::Table:0x3f18f6c located=false 
> how=:index what=1>
> ./spec/watirspec/table_header_spec.rb:61:
> 115)
> NoMethodError in 'TableHeader#[] returns the row at the given index (page 
> context)'
> undefined method `thead' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_header_spec.rb:67:
> 116)
> NoMethodError in 'TableHeader#[] returns the row at the given index (table 
> context)'
> undefined method `thead' for #<Watir::Table:0x3ef1e30 located=false 
> how=:index what=1>
> ./spec/watirspec/table_header_spec.rb:73:
> 117)
> NoMethodError in 'TableHeader#each iterates through rows correctly'
> undefined method `thead' for #<Watir::Table:0x3ee5ec8 located=false 
> how=:index what=1>
> ./spec/watirspec/table_header_spec.rb:81:
> 118)
> NoMethodError in 'TableHeaders#length returns the correct number of table 
> theads (page context)'
> undefined method `theads' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_headers_spec.rb:12:
> 119)
> NoMethodError in 'TableHeaders#length returns the correct number of table 
> theads (table context)'
> undefined method `theads' for #<Watir::Table:0x3ebc62c located=false 
> how=:index what=1>
> ./spec/watirspec/table_headers_spec.rb:16:
> 120)
> NoMethodError in 'TableHeaders#[] returns the row at the given index (page 
> context)'
> undefined method `theads' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_headers_spec.rb:22:
> 121)
> NoMethodError in 'TableHeaders#[] returns the row at the given index (table 
> context)'
> undefined method `theads' for #<Watir::Table:0x3eaf33c located=false 
> how=:index what=1>
> ./spec/watirspec/table_headers_spec.rb:26:
> 122)
> NoMethodError in 'TableHeaders#each iterates through table theads correctly 
> (page context)'
> undefined method `theads' for #<Watir::IE:0x3e539d8>
> ./spec/watirspec/table_headers_spec.rb:32:
> 123)
> NoMethodError in 'TableHeaders#each iterates through table theads correctly 
> (table context)'
> undefined method `theads' for #<Watir::Table:0x3e99168 located=false 
> how=:index what=1>
> ./spec/watirspec/table_headers_spec.rb:40:

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.openqa.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to