summaryrefslogtreecommitdiff
path: root/tests/browser/features/support/pages/login_error_page.rb
blob: 9a1805f377eb401c7616c447c6008db741ed0577 (plain)
1
2
3
4
5
class LoginErrorPage
  include PageObject

  div(:error_box, class: 'errorbox')
end