features/support/screens/custom_items_screen.rb in gametel-0.5.9.3 vs features/support/screens/custom_items_screen.rb in gametel-0.6
- old
+ new
@@ -1,7 +1,8 @@
class CustomItemsScreen
include Gametel
+ list_item(:first_index, :index => 0)
list_item(:tom, :text => 'Tom')
list_item(:dick, :text => 'Dick')
list_item(:harry, :text => 'Harry')
list_item(:larry, :text => 'Larry')
end