Math/tests/browser/features/support/pages/edit_page.rb

8 lines
155 B
Ruby

class EditPage
include PageObject
text_area(:article_text, id: 'wpTextbox1')
img(:math_image, class: 'tex')
button(:preview, id: 'wpPreview')
end