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

No error when multiple functions have the same expression #37

Open
hkingverily opened this issue Feb 2, 2022 · 0 comments
Open

No error when multiple functions have the same expression #37

hkingverily opened this issue Feb 2, 2022 · 0 comments

Comments

@hkingverily
Copy link

Describe the bug
No error when multiple functions have the same expression

To Reproduce
Steps to reproduce the behavior:

  1. Create 2 functions with the same expression
    For example:
    override func setup() {
    When("^the member goes to the messages screen$") {
    // do something
    }
    When("^the member goes to the messages screen$") {
    // do something else
    }
    }

Expected behavior
Error for multiple functions having the same expression

Additional context

  • CucumberSwift Version: 3.3.6
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

1 participant