Closed acicovic closed 3 months ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
This PR refactors some integration test functions, as a groundwork for more integration tests work to come.
The most notable change is the introduction of
$user_login
and$user_role
arguments inassert_enqueued_status()
functions. This is due to the introduction of the User Role permissions system we've introduced for PCH recently.Motivation and context
Lay the groundwork to write some more integration tests, and accommodate for the PCH's User Role permissions system.
How has this been tested?
Integration tests pass! π
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Documentation