Hi Team,
I'm trying to build a cross platform test automation suite, which should work for android & ios. So I have used the below step, which is existing in calabash-android & calabash-cucumber as well, to assert some text
Then I see the text "text to assert"
However, what i have observed is that at run this is throwing cucumber ambiguous error saying
Ambiguous match of "text to assert"
calabash-android........................../steps/assert_steps.rb......
calabash-cucumber......................../step_definitions/calabash_steps.rb....
***** how does this work, without any ambiguity error ?
Regards,
Satya.