Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✅ FIx failing specs in specs/features #60

Open
Tracked by #55
ShanaLMoore opened this issue Dec 14, 2023 · 1 comment
Open
Tracked by #55

✅ FIx failing specs in specs/features #60

ShanaLMoore opened this issue Dec 14, 2023 · 1 comment

Comments

@ShanaLMoore
Copy link

ShanaLMoore commented Dec 14, 2023

Finished in 9 minutes 2 seconds (files took 9.66 seconds to load)
277 examples, 159 failures, 12 pending

Failed examples:

  • rspec ./spec/features/admin_dashboard_spec.rb:14 # Admin Dashboard as an administrator shows the admin page
  • rspec ./spec/features/admin_dashboard_spec.rb:50 # Admin Dashboard as an administrator shows the status page
  • rspec ./spec/features/admin_dashboard_spec.rb:73 # Admin Dashboard as a user shows the regular user page
  • rspec ./spec/features/groups_spec.rb:24 # Groups An admin user can destroy a non-default group
  • rspec ./spec/features/featured_collections_spec.rb:26 # The homepage as an admin shows featured collections that I can sort
  • rspec ./spec/features/collection_reader_role_spec.rb:65 # actions permitted by the collection_reader role a User that has the collection_reader role cannot destroy a Collection from the Dashboard show view
  • rspec ./spec/features/collection_reader_role_spec.rb:33 # actions permitted by the collection_reader role a User that has the collection_reader role cannot edit or update a Collection
  • rspec ./spec/features/collection_reader_role_spec.rb:28 # actions permitted by the collection_reader role a User that has the collection_reader role can view an individual Collection
  • rspec ./spec/features/collection_reader_role_spec.rb:40 # actions permitted by the collection_reader role a User that has the collection_reader role cannot destroy an individual Collection from the Dashboard index view
  • rspec ./spec/features/collection_reader_role_spec.rb:22 # actions permitted by the collection_reader role a User that has the collection_reader role can view all Collections
  • rspec ./spec/features/collection_reader_role_spec.rb:16 # actions permitted by the collection_reader role a User that has the collection_reader role cannot create a Collection
  • rspec ./spec/features/collection_reader_role_spec.rb:58 # actions permitted by the collection_reader role a User that has the collection_reader role cannot destroy batches of Collections from the Dashboard index view
  • rspec ./spec/features/collection_reader_role_spec.rb:77 # actions permitted by the collection_reader role a User that has the collection_reader role managing subcollections cannot create a new collection as a subcolleciton
  • rspec ./spec/features/collection_reader_role_spec.rb:95 # actions permitted by the collection_reader role a User that has the collection_reader role managing subcollections cannot remove a subcollection from the child collection's show page
  • rspec ./spec/features/collection_reader_role_spec.rb:72 # actions permitted by the collection_reader role a User that has the collection_reader role managing subcollections cannot add an existing collection as a subcolleciton
  • rspec ./spec/features/collection_reader_role_spec.rb:82 # actions permitted by the collection_reader role a User that has the collection_reader role managing subcollections cannot remove a subcollection from the parent collection's show page
  • rspec ./spec/features/collection_reader_role_spec.rb:111 # actions permitted by the collection_reader role a User that has the collection_reader role managing works cannot add an existing work to a collection
  • rspec ./spec/features/collection_reader_role_spec.rb:116 # actions permitted by the collection_reader role a User that has the collection_reader role managing works cannot deposit a new work through a collection
  • rspec ./spec/features/collection_reader_role_spec.rb:121 # actions permitted by the collection_reader role a User that has the collection_reader role managing works cannot remove any works from a collection
  • rspec ./spec/features/collection_reader_role_spec.rb:186 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role cannot destroy a Collection from the Dashboard show view
  • rspec ./spec/features/collection_reader_role_spec.rb:144 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role cannot create a Collection
  • rspec ./spec/features/collection_reader_role_spec.rb:161 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role cannot edit or update a Collection
  • rspec ./spec/features/collection_reader_role_spec.rb:168 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role cannot destroy a Collection from the Dashboard index view
  • rspec ./spec/features/collection_reader_role_spec.rb:150 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role can view all Collections
  • rspec ./spec/features/collection_reader_role_spec.rb:156 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role can view an individual Collection
  • rspec ./spec/features/collection_reader_role_spec.rb:242 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role managing works cannot remove any works from a collection
  • rspec ./spec/features/collection_reader_role_spec.rb:232 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role managing works cannot add an existing work to a collection
  • rspec ./spec/features/collection_reader_role_spec.rb:237 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role managing works cannot deposit a new work through a collection
  • rspec ./spec/features/collection_reader_role_spec.rb:216 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role managing subcollections cannot remove a subcollection from the child collection's show page
  • rspec ./spec/features/collection_reader_role_spec.rb:203 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role managing subcollections cannot remove a subcollection from the parent collection's show page
  • rspec ./spec/features/collection_reader_role_spec.rb:198 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role managing subcollections cannot create a new collection as a subcolleciton
  • rspec ./spec/features/collection_reader_role_spec.rb:193 # actions permitted by the collection_reader role a User in a Hyrax::Group that has the collection_reader role managing subcollections cannot add an existing collection as a subcollection
  • rspec ./spec/features/collection_type_spec.rb:549 # collection_type default collection type participants when creating a collection type includes user access_grants to render in tables
  • rspec ./spec/features/collection_type_spec.rb:512 # collection_type default collection type participants when creating a collection type includes non-role group access_grants to render in tables
  • rspec ./spec/features/collection_type_spec.rb:214 # collection_type edit collection type when there are no collections of this type modifies metadata values of a collection type
  • rspec ./spec/features/collection_type_spec.rb:343 # collection_type edit collection type when there are no collections of this type when editing admin set collection type allows editing of metadata except title, but not settings
  • rspec ./spec/features/collection_type_spec.rb:296 # collection_type edit collection type when there are no collections of this type when editing default user collection type allows editing of metadata, but not settings
  • rspec ./spec/features/collection_type_spec.rb:149 # collection_type edit collection type adding participants displays the groups humanized name
  • rspec ./spec/features/collection_type_spec.rb:168 # collection_type edit collection type when removing a group participant displays the agent_type in title case
  • rspec ./spec/features/collection_type_spec.rb:175 # collection_type edit collection type when removing a group participant shows a disabled remove button next to Repository Administrator group as a Manager
  • rspec ./spec/features/collection_type_spec.rb:183 # collection_type edit collection type when removing a group participant shows an enabled remove button next to Repository Administrator group as a Creator
  • rspec ./spec/features/collection_type_spec.rb:390 # collection_type edit collection type when collections exist of this type all settings are disabled
  • rspec ./spec/features/collection_type_spec.rb:423 # collection_type delete collection type when there are no collections of this type shows warning, deletes collection type, and shows flash message on success
  • rspec ./spec/features/collection_type_spec.rb:465 # collection_type delete collection type when collections exist of this type shows unable to delete dialog and forwards to All Collections with filter applied
  • rspec ./spec/features/roles_spec.rb:20 # Site Roles as an administrator updates user roles
  • rspec ./spec/features/roles_spec.rb:13 # Site Roles as an administrator lists user roles
  • rspec ./spec/features/work_approval_permissions_spec.rb:54 # Work approval permissions when signed in as a work editor can see the workflow actions widget on the work's show page
  • rspec ./spec/features/work_approval_permissions_spec.rb:61 # Work approval permissions when signed in as a work editor can see works submitted for review in the dashboard
  • rspec ./spec/features/work_approval_permissions_spec.rb:38 # Work approval permissions when signed in as an admin can see works submitted for review in the dashboard
  • rspec ./spec/features/work_approval_permissions_spec.rb:31 # Work approval permissions when signed in as an admin can see the workflow actions widget on the work's show page
  • rspec ./spec/features/work_editor_role_spec.rb:160 # Work Editor role destroy permissions cannot see the delete button for works other users create on the dashboard index page
  • rspec ./spec/features/work_editor_role_spec.rb:146 # Work Editor role destroy permissions cannot see the delete button on the work show page
  • rspec ./spec/features/work_editor_role_spec.rb:152 # Work Editor role destroy permissions cannot see the delete button for works it creates on the dashboard index page
  • rspec ./spec/features/work_editor_role_spec.rb:80 # Work Editor role create permissions can create a work
  • rspec ./spec/features/work_editor_role_spec.rb:125 # Work Editor role edit permissions can see the edit button for works it creates on the dashboard index page
  • rspec ./spec/features/work_editor_role_spec.rb:119 # Work Editor role edit permissions can see the edit button on the work show page
  • rspec ./spec/features/work_editor_role_spec.rb:133 # Work Editor role edit permissions can see the edit button for works other users create on the dashboard index page
  • rspec ./spec/features/institutional_repository_theme_spec.rb:35 # Admin can select institutional repository theme when the institutional repository theme is selected renders the partials in the theme folder
  • rspec ./spec/features/institutional_repository_theme_spec.rb:58 # Admin can select institutional repository theme when the institutional repository theme is selected renders the stats carousel if there are more than 6 resource_types
  • rspec ./spec/features/institutional_repository_theme_spec.rb:18 # Admin can select institutional repository theme as a repository admin sets the institutional repository theme when the theme form is saved
  • rspec ./spec/features/edit_work_spec.rb:19 # Editing an existing Work sharing a work displays the groups humanized name
  • rspec ./spec/features/create_generic_work_spec.rb:41 # Create a GenericWork a logged in user with the :work_depositor role
  • rspec ./spec/features/admin_set_form_participants_tab_spec.rb:98 # AdminSet form Participants tab as an admin user add group participants can add a group as a Viewer of the admin set
  • rspec ./spec/features/admin_set_form_participants_tab_spec.rb:36 # AdminSet form Participants tab as an admin user add group participants displays the groups humanized name
  • rspec ./spec/features/admin_set_form_participants_tab_spec.rb:75 # AdminSet form Participants tab as an admin user add group participants can add a group as a Depositor of the admin set
  • rspec ./spec/features/admin_set_form_participants_tab_spec.rb:52 # AdminSet form Participants tab as an admin user add group participants can add a group as a Manager of the admin set
  • rspec ./spec/features/admin_set_form_participants_tab_spec.rb:127 # AdminSet form Participants tab as an admin user remove a group participant displays the agent_type in title case
  • rspec ./spec/features/admin_set_form_participants_tab_spec.rb:134 # AdminSet form Participants tab as an admin user remove a group participant shows a disabled remove button next to Repository Administrator group as a Manager
  • rspec ./spec/features/admin_set_form_participants_tab_spec.rb:145 # AdminSet form Participants tab as an admin user remove a group participant shows an enabled remove button next to Repository Administrator group as a Depositor
  • rspec ./spec/features/admin_set_form_participants_tab_spec.rb:162 # AdminSet form Participants tab as an admin user remove a group participant shows an enabled remove button next to Repository Administrator group as a Viewer
  • rspec ./spec/features/labels_spec.rb:37 # Site labels configuration as an administrator institution name updates the institution name in the agreement text
  • rspec ./spec/features/labels_spec.rb:55 # Site labels configuration as an administrator institution name full updates the full institution name in the agreement text
  • rspec ./spec/features/manage_group_roles_spec.rb:31 # Manage Group Roles as an admin user on the manage group roles view can remove a role from the group
  • rspec ./spec/features/manage_group_roles_spec.rb:15 # Manage Group Roles as an admin user on the manage group roles view can add a role to the group
  • rspec ./spec/features/cultural_repository_theme_spec.rb:21 # Admin can select cultural repository theme as a repository admin sets the cultural repository theme when the theme form is saved
  • rspec ./spec/features/cultural_repository_theme_spec.rb:38 # Admin can select cultural repository theme when the cultural repository theme is selected renders the partials in the theme folder
  • rspec ./spec/features/cultural_repository_theme_spec.rb:51 # Admin can select cultural repository theme when the cultural repository theme is selected renders the partials in the theme folder
  • rspec ./spec/features/appearance_theme_spec.rb:145 # Admin can select home page theme when a home page theme is selected updates the home theme when the theme is changed
  • rspec ./spec/features/appearance_theme_spec.rb:118 # Admin can select home page theme when a home page theme is selected renders theme notes and wireframe
  • rspec ./spec/features/appearance_theme_spec.rb:130 # Admin can select home page theme when a home page theme is selected renders the partials in the theme folder
  • rspec ./spec/features/appearance_theme_spec.rb:46 # Admin can select home page theme as a repository admin sets the themes when the theme form is saved
  • rspec ./spec/features/appearance_theme_spec.rb:29 # Admin can select home page theme as a repository admin has a select box for the home, show, and search pages themes
  • rspec ./spec/features/appearance_theme_spec.rb:21 # Admin can select home page theme as a repository admin has a tab for themes on the appearance tab
  • rspec ./spec/features/appearance_theme_spec.rb:91 # Admin can select home page theme when a search results theme is selected updates to the users preferred view
  • rspec ./spec/features/appearance_theme_spec.rb:67 # Admin can select home page theme when a search results theme is selected updates the search results page with the selected layout view
  • rspec ./spec/features/collection_spec.rb:146 # collection show subcollection pages of a collection shows a collection with a listing of Descriptive Metadata and catalog-style search results
  • rspec ./spec/features/collection_spec.rb:124 # collection show work pages of a collection shows a collection with a listing of Descriptive Metadata and catalog-style search results
  • rspec ./spec/features/collection_spec.rb:62 # collection collection show page hides collection descriptive metadata when searching a collection
  • rspec ./spec/features/collection_spec.rb:80 # collection collection show page returns json results
  • rspec ./spec/features/collection_spec.rb:99 # collection collection show page with a non-nestable collection type displays basic information on its show page
  • rspec ./spec/features/collection_spec.rb:176 # collection default collection sharing when creating a collection excludes default role access_grants from rendering in tables
  • rspec ./spec/features/collection_spec.rb:182 # collection default collection sharing when creating a collection displays the groups humanized name
  • rspec ./spec/features/collection_spec.rb:290 # collection default collection sharing sharing a collection when the Repository Administrators group is given DEPOSIT access renders an enabled remove button
  • rspec ./spec/features/collection_spec.rb:305 # collection default collection sharing sharing a collection when the Repository Administrators group is given VIEW access renders an enabled remove button
  • rspec ./spec/features/collection_spec.rb:276 # collection default collection sharing sharing a collection when the Repository Administrators group is given MANAGE access renders a disabled remove button
  • rspec ./spec/features/group_spec.rb:23 # Groups An admin user can destroy a non-default group
  • rspec ./spec/features/show_page_theme_spec.rb:47 # Admin can select show page theme as a repository admin sets the themes when the theme form is saved
  • rspec ./spec/features/show_page_theme_spec.rb:32 # Admin can select show page theme as a repository admin has a select box for the show page themes
  • rspec ./spec/features/show_page_theme_spec.rb:64 # Admin can select show page theme when a show page theme is selected renders theme notes and wireframe
  • rspec ./spec/features/show_page_theme_spec.rb:89 # Admin can select show page theme when a show page theme is selected updates the show theme when the theme is changed
  • rspec ./spec/features/show_page_theme_spec.rb:74 # Admin can select show page theme when a show page theme is selected renders the partials in the theme folder
  • rspec ./spec/features/collection_editor_role_spec.rb:210 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role cannot destroy a Collection from the Dashboard index view
  • rspec ./spec/features/collection_editor_role_spec.rb:228 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role cannot destroy a Collection from the Dashboard show view
  • rspec ./spec/features/collection_editor_role_spec.rb:181 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role can create a Collection
  • rspec ./spec/features/collection_editor_role_spec.rb:234 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role cannot change the visibility (discovery) of a Collection
  • rspec ./spec/features/collection_editor_role_spec.rb:189 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role can view all Collections
  • rspec ./spec/features/collection_editor_role_spec.rb:195 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role can view an individual Collection
  • rspec ./spec/features/collection_editor_role_spec.rb:200 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role can edit and update a Collection
  • rspec ./spec/features/collection_editor_role_spec.rb:316 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role managing works cannot remove any works from a collection
  • rspec ./spec/features/collection_editor_role_spec.rb:311 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role managing works cannot deposit a new work through a collection
  • rspec ./spec/features/collection_editor_role_spec.rb:306 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role managing works cannot add an existing work to a collection
  • rspec ./spec/features/collection_editor_role_spec.rb:257 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role managing subcollections cannot add an existing collection as a subcolleciton
  • rspec ./spec/features/collection_editor_role_spec.rb:262 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role managing subcollections cannot create a new collection as a subcolleciton
  • rspec ./spec/features/collection_editor_role_spec.rb:280 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role managing subcollections cannot remove a subcollection from the child collection's show page
  • rspec ./spec/features/collection_editor_role_spec.rb:267 # actions permitted by the collection_editor role a User in a Hyrax::Group that has the collection_editor role managing subcollections cannot remove a subcollection from the parent collection's show page
  • rspec ./spec/features/collection_editor_role_spec.rb:45 # actions permitted by the collection_editor role a User that has the collection_editor role cannot destroy an individual Collection from the Dashboard index view
  • rspec ./spec/features/collection_editor_role_spec.rb:30 # actions permitted by the collection_editor role a User that has the collection_editor role can view an individual Collection
  • rspec ./spec/features/collection_editor_role_spec.rb:76 # actions permitted by the collection_editor role a User that has the collection_editor role cannot change the visibility (discovery) of a Collection
  • rspec ./spec/features/collection_editor_role_spec.rb:16 # actions permitted by the collection_editor role a User that has the collection_editor role can create a Collection
  • rspec ./spec/features/collection_editor_role_spec.rb:63 # actions permitted by the collection_editor role a User that has the collection_editor role cannot destroy batches of Collections from the Dashboard index view
  • rspec ./spec/features/collection_editor_role_spec.rb:24 # actions permitted by the collection_editor role a User that has the collection_editor role can view all Collections
  • rspec ./spec/features/collection_editor_role_spec.rb:35 # actions permitted by the collection_editor role a User that has the collection_editor role can edit and update a Collection
  • rspec ./spec/features/collection_editor_role_spec.rb:70 # actions permitted by the collection_editor role a User that has the collection_editor role cannot destroy a Collection from the Dashboard show view
  • rspec ./spec/features/collection_editor_role_spec.rb:158 # actions permitted by the collection_editor role a User that has the collection_editor role managing works cannot remove any works from a collection
  • rspec ./spec/features/collection_editor_role_spec.rb:153 # actions permitted by the collection_editor role a User that has the collection_editor role managing works cannot deposit a new work through a collection
  • rspec ./spec/features/collection_editor_role_spec.rb:148 # actions permitted by the collection_editor role a User that has the collection_editor role managing works cannot add an existing work to a collection
  • rspec ./spec/features/collection_editor_role_spec.rb:122 # actions permitted by the collection_editor role a User that has the collection_editor role managing subcollections cannot remove a subcollection from the child collection's show page
  • rspec ./spec/features/collection_editor_role_spec.rb:104 # actions permitted by the collection_editor role a User that has the collection_editor role managing subcollections cannot create a new collection as a subcolleciton
  • rspec ./spec/features/collection_editor_role_spec.rb:99 # actions permitted by the collection_editor role a User that has the collection_editor role managing subcollections cannot add an existing collection as a subcolleciton
  • rspec ./spec/features/collection_editor_role_spec.rb:109 # actions permitted by the collection_editor role a User that has the collection_editor role managing subcollections cannot remove a subcollection from the parent collection's show page
  • rspec ./spec/features/create_image_spec.rb:41 # Create a Image a logged in user with the :work_depositor role
  • rspec ./spec/features/collection_manager_role_spec.rb:346 # actions permitted by the collection_manager role a User in a Hyrax::Group that has the collection_manager role can change the visibility (discovery) of a Collection
  • rspec ./spec/features/collection_manager_role_spec.rb:299 # actions permitted by the collection_manager role a User in a Hyrax::Group that has the collection_manager role can edit and update a Collection
  • rspec ./spec/features/collection_manager_role_spec.rb:309 # actions permitted by the collection_manager role a User in a Hyrax::Group that has the collection_manager role can destroy a Collection from the Dashboard index view
  • rspec ./spec/features/collection_manager_role_spec.rb:280 # actions permitted by the collection_manager role a User in a Hyrax::Group that has the collection_manager role can create a Collection
  • rspec ./spec/features/collection_manager_role_spec.rb:294 # actions permitted by the collection_manager role a User in a Hyrax::Group that has the collection_manager role can view an individual Collection
  • rspec ./spec/features/collection_manager_role_spec.rb:288 # actions permitted by the collection_manager role a User in a Hyrax::Group that has the collection_manager role can view all Collections
  • rspec ./spec/features/collection_manager_role_spec.rb:338 # actions permitted by the collection_manager role a User in a Hyrax::Group that has the collection_manager role can destroy a Collection from the Dashboard show view
  • rspec ./spec/features/collection_manager_role_spec.rb:481 # actions permitted by the collection_manager role a User in a Hyrax::Group that has the collection_manager role managing works cannot deposit a new work through a collection
  • rspec ./spec/features/collection_manager_role_spec.rb:461 # actions permitted by the collection_manager role a User in a Hyrax::Group that has the collection_manager role managing works can add an existing work to a collection
  • rspec ./spec/features/collection_manager_role_spec.rb:486 # actions permitted by the collection_manager role a User in a Hyrax::Group that has the collection_manager role managing works can remove a public work from a collection
  • rspec ./spec/features/collection_manager_role_spec.rb:506 # actions permitted by the collection_manager role a User in a Hyrax::Group that has the collection_manager role managing works cannot see private works in a collection
  • rspec ./spec/features/collection_manager_role_spec.rb:496 # actions permitted by the collection_manager role a User in a Hyrax::Group that has the collection_manager role managing works can remove an institutional work from a collection
  • rspec ./spec/features/collection_manager_role_spec.rb:35 # actions permitted by the collection_manager role a User that has the collection_manager role can edit and update a Collection
  • rspec ./spec/features/collection_manager_role_spec.rb:90 # actions permitted by the collection_manager role a User that has the collection_manager role can destroy a Collection from the Dashboard show view
  • rspec ./spec/features/collection_manager_role_spec.rb:16 # actions permitted by the collection_manager role a User that has the collection_manager role can create a Collection
  • rspec ./spec/features/collection_manager_role_spec.rb:30 # actions permitted by the collection_manager role a User that has the collection_manager role can view an individual Collection
  • rspec ./spec/features/collection_manager_role_spec.rb:24 # actions permitted by the collection_manager role a User that has the collection_manager role can view all Collections
  • rspec ./spec/features/collection_manager_role_spec.rb:98 # actions permitted by the collection_manager role a User that has the collection_manager role can change the visibility (discovery) of a Collection
  • rspec ./spec/features/collection_manager_role_spec.rb:74 # actions permitted by the collection_manager role a User that has the collection_manager role can destroy batches of Collections from the Dashboard index view
  • rspec ./spec/features/collection_manager_role_spec.rb:45 # actions permitted by the collection_manager role a User that has the collection_manager role can destroy an individual Collection from the Dashboard index view
  • rspec ./spec/features/collection_manager_role_spec.rb:233 # actions permitted by the collection_manager role a User that has the collection_manager role managing works cannot deposit a new work through a collection
  • rspec ./spec/features/collection_manager_role_spec.rb:213 # actions permitted by the collection_manager role a User that has the collection_manager role managing works can add an existing work to a collection
  • rspec ./spec/features/collection_manager_role_spec.rb:238 # actions permitted by the collection_manager role a User that has the collection_manager role managing works can remove a public work from a collection
  • rspec ./spec/features/collection_manager_role_spec.rb:258 # actions permitted by the collection_manager role a User that has the collection_manager role managing works cannot see private works in a collection
  • rspec ./spec/features/collection_manager_role_spec.rb:248 # actions permitted by the collection_manager role a User that has the collection_manager role managing works can remove an institutional work from a collection
  • rspec ./spec/features/user_roles_spec.rb:176 # User Roles as a registered user can view own profile
  • rspec ./spec/features/user_roles_spec.rb:185 # User Roles as a registered user can edit own profile
  • rspec ./spec/features/feature_flag_spec.rb:46 # Admin can select feature flags as a repository admin has a setting for recently uploaded
  • rspec ./spec/features/feature_flag_spec.rb:30 # Admin can select feature flags as a repository admin has a setting for featured works
@ShanaLMoore ShanaLMoore mentioned this issue Dec 14, 2023
9 tasks
@ShanaLMoore ShanaLMoore changed the title FIx failing specs in specs/features ✅ FIx failing specs in specs/features Dec 14, 2023
@ShanaLMoore
Copy link
Author

the pipeline is passing as of here 🎉

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant