summaryrefslogtreecommitdiff
path: root/tests/browser/features/support/pages/edit_page.rb
blob: b619c342794c4eeb395681789d525ceff5610b22 (plain)
1
2
3
4
5
6
7
8
class EditPage
  include PageObject

  text_area(:edit_page_content, id: "wpTextbox1")
  button(:preview_button, id: "wpPreview")
  button(:show_changes_button, id: "wpDiff")
  button(:save_button, id: "wpSave")
end