594ac73814f22ccaa81adb1aae459e033ab8e7b3
[lhc/web/wiklou.git] / tests / browser / features / support / pages / edit_page.rb
1 class EditPage
2 include PageObject
3
4 text_area(:edit_page_content, id: "wpTextbox1")
5 button(:save_button, id: "wpSave")
6
7 end