Troubleshooting: Matches More than One Step Definition¶
If a custom step definition uses an identifier which is already in use of intaQt, intaQt Studio creates the matches more than one step definition:
error message.
It is recommended to use unique step definition, instead of the first example, the second is recommended:
Example 1
1 | stepdef "use {} to {}" / phone, action / |
Example 2
1 | stepdef "use the phone {} to perform the action {}" / phone, action / |