You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Image a logged in user is expected to text "Add folder"
Failure/Error:
within('span#addfiles') do
attach_file("files[]", "#{Hyrax::Engine.root}/spec/fixtures/image.jp2", visible: false)
attach_file("files[]", "#{Hyrax::Engine.root}/spec/fixtures/jp2_fits.xml", visible: false)
end
Capybara::ElementNotFound:
Unable to find css "span#addfiles"
The styling of the add files button has changed, replacing span#addfiles with
div#add-files in create_image_spec.rb fixes it. I think this is a bug in hyrax's
auto-generated test files.
The text was updated successfully, but these errors were encountered:
https://github.com/RepoCamp/unc2020/wiki/Run-Test-Suite
the create image feature test fails like so:
Failures:
Create a Image a logged in user is expected to text "Add folder"
Failure/Error:
within('span#addfiles') do
attach_file("files[]", "#{Hyrax::Engine.root}/spec/fixtures/image.jp2", visible: false)
attach_file("files[]", "#{Hyrax::Engine.root}/spec/fixtures/jp2_fits.xml", visible: false)
end
Capybara::ElementNotFound:
Unable to find css "span#addfiles"
The styling of the add files button has changed, replacing span#addfiles with
div#add-files in create_image_spec.rb fixes it. I think this is a bug in hyrax's
auto-generated test files.
The text was updated successfully, but these errors were encountered: