Skip to content

Commit

Permalink
don't hardcode the page url
Browse files Browse the repository at this point in the history
  • Loading branch information
bret committed Jan 12, 2009
1 parent 845ed47 commit d0bbbe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taza/lib/pages/new_product_page.rb
Expand Up @@ -3,6 +3,7 @@

module Depot
class NewProductPage < ::Taza::Page
url 'admin/new'
field(:title) {browser.text_field(:id, 'product_title')}
field(:description) {browser.text_field(:id, 'product_description')}
field(:image_url) {browser.text_field(:id, 'product_image_url')}
Expand Down

0 comments on commit d0bbbe7

Please sign in to comment.