./spec/label_spec.rb:17:
15 if browser.kind_of?(FireWatir::Firefox)
16 first.parent.should be_kind_of(String)
17 last.parent.should be_kind_of?(String)
18 flunk('FIXME Firefox returns String for parent and not Element')
19
./spec/label_spec.rb:33:
31
32 elsif browser.kind_of?(FireWatir::Firefox)
33 flunk('FIXME Firefox returns String for parent and not Element')
34 end
35 end
./spec/label_spec.rb:43:
41
42 elsif browser.kind_of?(FireWatir::Firefox)
43 flunk('FIXME Firefox returns String for parent and not Element.')
44 end
45 end