Merge "Fix positioning of jQuery.tipsy tooltip arrows"
[mediawiki.git] / tests / browser / features / support / pages / login_error_page.rb
blob9a1805f377eb401c7616c447c6008db741ed0577
1 class LoginErrorPage
2   include PageObject
4   div(:error_box, class: 'errorbox')
5 end