I have a field which should be defined as

class ViewActivityPatternPage < Taza::Page
   ....

   field(:class)                           {logon_frame.span
(:id, /.*:ActivityClass$/)}

...

end

but as soon as the page object is instantiated I get

      undefined method `class_field' for
#<ClaimCenter::ViewActivityPatternPage:
0x79a04f0> (NoMethodError)
      C:/workspace/Guidewire/Common/lib/steps/header_steps.rb:10:in
`__instance_
exec0'
      C:/workspace/Guidewire/Common/lib/pages/GuidewirePage.rb:8:in
`initialize'

      (eval):2:in `new'
      (eval):2:in `view_activity_pattern_page'
      (eval):1:in `__instance_exec0'
      ......

Is there a way to define a field with the name 'class'?

Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to