DEV: Add support for uploads to form templates (#22232)

This commit is contained in:
Keegan George
2023-06-28 12:49:05 -07:00
committed by GitHub
parent acaea2b5c5
commit b6f03fcecd
9 changed files with 235 additions and 18 deletions

View File

@@ -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?