Skip to content

Commit

Permalink
Update for yet another rev, oye.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Mar 16, 2011
1 parent 52aa084 commit 94857ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.1.2
-----

- Updated "press" step so it doesn't require 'When'

0.1.1
-----

Expand Down
2 changes: 1 addition & 1 deletion lettuce_webdriver/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def fill_in_textfield(step, field_name, value):
text_field.send_keys(value)


@step('When I press "(.*?)"')
@step('I press "(.*?)"')
def press_button(step, value):
button = find_button(world.browser, value)
button.click()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.1'
__version__ = '0.1.2'

import os

Expand Down

0 comments on commit 94857ea

Please sign in to comment.