You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
No error when multiple functions have the same expression
To Reproduce
Steps to reproduce the behavior:
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
The text was updated successfully, but these errors were encountered:
Describe the bug
No error when multiple functions have the same expression
To Reproduce
Steps to reproduce the behavior:
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
The text was updated successfully, but these errors were encountered: