features/pages/input_fields.rb in cello-0.0.19 vs features/pages/input_fields.rb in cello-0.0.21
- old
+ new
@@ -1,9 +1,9 @@
require "cello"
module StaticPages
module Site
- class InputPage < Cello::Structure::Page
+ class InputPage < Cello::PageObjects::Page
element :text_field, :text_field, :id => 'text1'
element :text_fieldname, :text_field, :name => 'text1'
element :text_fieldxpath, :text_field, :xpah, '//*[@id="text1"]'
element :checkbox, :checkbox, :id => 'check1'
element :textarea, :textarea, :id => 'area1'