Skip to content

Commit

Permalink
Fix label index and path.
Browse files Browse the repository at this point in the history
  • Loading branch information
sivart84 committed Jan 15, 2014
1 parent fe66aca commit 4423193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/support/page.rb
Expand Up @@ -311,8 +311,8 @@ class Page
label(:label_class, :class => 'label_class')
label(:label_css, :css => '.label_class')
label(:label_text, :text => 'page-object is the best!')
label(:label_index, :index => 5)
label(:label_xpath, :xpath => '//label[6]')
label(:label_index, :index => 6)
label(:label_xpath, :xpath => '//label[7]')
label(:label_class_index, :class => "label_class", :index => 0)
label(:label_name_index, :name => "label_name", :index => 0)

Expand Down

0 comments on commit 4423193

Please sign in to comment.