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
Implement extension registration from an extension.json file
[mediawiki.git]
/
tests
/
browser
/
features
/
support
/
pages
/
edit_page.rb
blob
b619c342794c4eeb395681789d525ceff5610b22
1
class EditPage
2
include PageObject
3
4
text_area(:edit_page_content, id: "wpTextbox1")
5
button(:preview_button, id: "wpPreview")
6
button(:show_changes_button, id: "wpDiff")
7
button(:save_button, id: "wpSave")
8
end