Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support frames as page under namespace #225

Closed
hardness opened this issue Jun 6, 2017 · 1 comment
Closed

Support frames as page under namespace #225

hardness opened this issue Jun 6, 2017 · 1 comment
Assignees
Labels

Comments

@hardness
Copy link

hardness commented Jun 6, 2017

module Foo
  class BarPage
  end
end

module Foo
  class MyPageWithFramePage
     iframe :foo_bar, :css, '.foo'
  end
end

Current, it is error:

NameError: uninitialized constant FooBarPage

Should be Foo::BarPage

@romikoops
Copy link
Contributor

in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants