Skip to content

Unexpected: page(LoginPage) expects an IOS::LoginPage to be defined #5

Description

@jmoody

Reproduce

Given that I have a class:

class LoginPage < Calabash::IOS::Page
end

Expected

page(LoginPage) 

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions