Reproduce
Given that I have a class:
class LoginPage < Calabash::IOS::Page
end
Expected
not to fail.
Found
[3] pry(#<Object>)> page(LoginPage)
RuntimeError: No such page defined 'IOS::LoginPage'
from /Users/moody/git/calabash/calabash/lib/calabash.rb:91:in `page'
Is this the expected behavior?
Reproduce
Given that I have a class:
Expected
not to fail.
Found
Is this the expected behavior?