DEV: Add method for page object (#23218)
This commit is contained in:
parent
fc93604b9e
commit
bffdfbd11b
|
@ -152,6 +152,11 @@ module PageObjects
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def click_footer_reply
|
||||||
|
find("#topic-footer-buttons .btn-primary", text: "Reply").click
|
||||||
|
self
|
||||||
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def topic_footer_button_id(button)
|
def topic_footer_button_id(button)
|
||||||
|
|
Loading…
Reference in New Issue