repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix Selenium tests
[mediawiki.git]
/
tests
/
browser
/
features
/
support
/
pages
/
create_account_page.rb
blob
de12aeeb4dddb22499f9fc5cca60f94b25c0b227
1
class CreateAccountPage
2
include PageObject
3
4
page_url '<%=params[:page_title]%>'
5
6
button(:create_account, id: 'wpCreateaccount')
7
element(:error_message, css: 'input#wpName2:required:invalid')
8
end