behave-webdriver
behave-webdriver copied to clipboard
redundant "I pause for "
It appears that there are two steps for "I pause for Xms" in actions.py. Can't they (the given and then when) be combined?
https://github.com/spyoungtech/behave-webdriver/blob/615260e06ede1e47b11f56368df1b560b1f888f8/behave_webdriver/steps/actions.py#L12
and https://github.com/spyoungtech/behave-webdriver/blob/615260e06ede1e47b11f56368df1b560b1f888f8/behave_webdriver/steps/actions.py#L171
Yeah, I don't see any reason why they shouldn't be combined.