Open mikelietz opened 5 years ago
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.
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