mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add support for uploads to form templates (#22232)
This commit is contained in:
@@ -62,7 +62,7 @@ module PageObjects
|
||||
end
|
||||
|
||||
def has_input_field?(type)
|
||||
find(".form-template-field__#{type}").present?
|
||||
find(".form-template-field__#{type}", visible: :all).present?
|
||||
end
|
||||
|
||||
def has_preview_modal?
|
||||
|
||||
Reference in New Issue
Block a user