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
majority of the specs are failing due to error 'The asset ".png" is not present in the asset pipeline.'
This ticket is to resolve those errors only and merge that fix back into develop. If resolving that error does not make the specs pass, that's another ticket.
This commit will refactor the `WorkThumbnailPathService` away from the
`class << self` pattern to a more standard `def self.method_name`
pattern because it seems to not work as expected in Rails 6.1. This
commit also fixes `Hyrax::Workflow::WorkflowFactoryDecorator` to use
`work.admin_set.active_workflow` instead of `work.active_workflow`
because in Hyrax 4.0 because Hyrax::InAdminSet mixin has been deprecated
Instead #active_workflow is now a method on the AdminSet model.
Ref:
- samvera/hyrax@e3c0e52
- notch8#65
ShanaLMoore
changed the title
fix specs related to 'The asset ".png" is not present in the asset pipeline.' (ie: asset_indexer_spec => fails on line 11)
fix specs related to 'The asset ".png" is not present in the asset pipeline.'
Aug 11, 2023
ShanaLMoore
changed the title
fix specs related to 'The asset ".png" is not present in the asset pipeline.'
Resolve spec error: 'The asset ".png" is not present in the asset pipeline.'
Aug 11, 2023
Summary
majority of the specs are failing due to error 'The asset ".png" is not present in the asset pipeline.'
This ticket is to resolve those errors only and merge that fix back into develop. If resolving that error does not make the specs pass, that's another ticket.
related to:
Acceptance Criteria
Notes
Specs (ran locally)
Failures
https://gist.github.com/kirkkwang/368c818e5f8a1ec9020bbe28699ca127
Details
https://gist.github.com/kirkkwang/7976eafb2c0cd289a9c796778ba8cc9b
The text was updated successfully, but these errors were encountered: