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
Special case opus mime detction
[mediawiki.git]
/
tests
/
browser
/
features
/
support
/
pages
/
create_account_page.rb
blob
20e274425c58ac0e6d73f9f7741d0d733f32171d
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: 'div#userloginForm div.error')
8
end