Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redundant "I pause for " #73

Open
mikelietz opened this issue Dec 27, 2018 · 1 comment
Open

redundant "I pause for " #73

mikelietz opened this issue Dec 27, 2018 · 1 comment

Comments

@mikelietz
Copy link

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?

@when('I pause for {milliseconds:d}ms')

and

@given('I pause for (\d+)*ms')

@spyoungtech
Copy link
Owner

Yeah, I don't see any reason why they shouldn't be combined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants