Update time_logging_modal helper to find hidden field

feature/42358-standardise-date-pickers-drop-modal-portal
Dombi Attila 2 years ago
parent 532f8b9779
commit 2c885576cc
  1. 2
      spec/features/support/components/time_logging_modal.rb

@ -61,7 +61,7 @@ module Components
def has_field_with_value(field, value)
within modal_container do
expect(page).to have_field field_identifier(field), with: value
expect(page).to have_field field_identifier(field), with: value, visible: :all
end
end

Loading…
Cancel
Save