Skip to content

Update Hyrax for Chunked Uploads support #1978

Update Hyrax for Chunked Uploads support

Update Hyrax for Chunked Uploads support #1978

GitHub Actions / Test Results failed Oct 28, 2024 in 0s

2 fail, 50 skipped, 1 988 pass in 18m 13s

    3 files      3 suites   18m 13s ⏱️
2 040 tests 1 988 ✅ 50 💤 2 ❌
2 067 runs  2 013 ✅ 52 💤 2 ❌

Results for commit b804ca8.

Annotations

Check warning on line 0 in ./spec/features/collection_type_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

collection_type delete collection type when collections exist of this type shows unable to delete dialog and forwards to All Collections with filter applied (spec.features.collection_type_spec) failed

artifacts/spec-reports-1/rspec-1.xml [took 9s]
Raw output
Unable to find visible css "div#deleteDenyModal"
Failure/Error:
  within('div#deleteDenyModal') do
    expect(page).to have_content(deny_delete_modal_text_1)
    expect(page).to have_content(deny_delete_modal_text_2)
    click_link('View collections of this type')
  end

Capybara::ElementNotFound:
  Unable to find visible css "div#deleteDenyModal"
/usr/local/bundle/gems/capybara-3.39.2/lib/capybara/node/finders.rb:312:in `block in synced_resolve'
/usr/local/bundle/gems/capybara-3.39.2/lib/capybara/node/base.rb:84:in `synchronize'
/usr/local/bundle/gems/capybara-3.39.2/lib/capybara/node/finders.rb:301:in `synced_resolve'
/usr/local/bundle/gems/capybara-3.39.2/lib/capybara/node/finders.rb:60:in `find'
/usr/local/bundle/gems/capybara-3.39.2/lib/capybara/session.rb:773:in `find'
/usr/local/bundle/gems/capybara-3.39.2/lib/capybara/session.rb:362:in `within'
/usr/local/bundle/gems/capybara-3.39.2/lib/capybara/dsl.rb:52:in `call'
/usr/local/bundle/gems/capybara-3.39.2/lib/capybara/dsl.rb:52:in `within_element'
/usr/local/bundle/gems/capybara-3.39.2/lib/capybara/rspec/matcher_proxies.rb:15:in `within'
./spec/features/collection_type_spec.rb:469:in `block (4 levels) in <top (required)>'
./spec/support/multitenancy_metadata.rb:50:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.19.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/features/collection_type_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

collection_type edit collection type when collections exist of this type all settings are disabled (spec.features.collection_type_spec) failed

artifacts/spec-reports-1/rspec-1.xml [took 10s]
Raw output
expected to find visible field "collection_type_nestable" that is disabled but there were no matches. Also found "", which matched the selector but not all filters. Expected disabled true but it wasn't
Failure/Error: expect(page).to have_field('collection_type_nestable', disabled: true)
  expected to find visible field "collection_type_nestable" that is disabled but there were no matches. Also found "", which matched the selector but not all filters. Expected disabled true but it wasn't
./spec/features/collection_type_spec.rb:392:in `block (4 levels) in <top (required)>'
./spec/support/multitenancy_metadata.rb:50:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.19.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'