docbrown/spec/requests/articles
Jeremy Friesen 42b39da1a8
Ensuring an admin can confirm delete a user's post (#16485)
Prior to this commit, the admin could delete the post but were blocked
by the "delete confirm".  The blocker was because we scoped the finding
of an article to the current user.

With this commit, the admin should be able to confirm the deletion of an
article.

Closes #16461
2022-02-09 11:28:58 -05:00
..
articles_admin_unpublish_spec.rb [deploy] [Admin Tooling] Allow admins unpublish articles from the Mod Actions Panel (#10038) 2020-09-02 16:08:08 -05:00
articles_create_spec.rb Remove webhooks and related code (#15827) 2021-12-28 10:56:37 +07:00
articles_destroy_spec.rb Ensuring an admin can confirm delete a user's post (#16485) 2022-02-09 11:28:58 -05:00
articles_show_spec.rb Refactoring to add helper method (#16064) 2022-01-12 11:21:44 -05:00
articles_spec.rb Ensuring an admin can confirm delete a user's post (#16485) 2022-02-09 11:28:58 -05:00
articles_update_spec.rb Remove webhooks and related code (#15827) 2021-12-28 10:56:37 +07:00
org_redirect_spec.rb Fix infinite redirect loop for articles (#12652) 2021-02-17 08:54:54 +07:00
video_player_show_spec.rb Flaky Spec Fix:Remove let_it_be Test Prof Helper (#9556) 2020-07-29 11:31:01 +02:00