Jarmo, is everything checked in or am I doing something wrong? It seems
like I'm not running the same thing you are as I'm seeing more failures
than you did: https://gist.github.com/1623398.

Things like the method being private in ie-class, for example seem like
it's failing for the right reason with what is defined in the code so I'm
not sure what is going on. Also to get these tests running I had to make a
few tweaks:

WatirSpec.persistent_browser=true made the script hang on my Win7x64
system. Not sure why but not a big deal.

What's the intent of not_compliant_on [:webdriver, :ie]? Does that mean it
should not be run on :webdriver OR :ie ...or... :webdriver AND :ie? if it's
an OR then the implementation.rb is incorrect and needs to be updated
accordingly (I assumed it was an OR so made the code do the right
check...otherwise I'm seeing even more failures, eg area_spec fails on an
#exists? method)

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

Reply via email to