Asserts HTTP response codes for library item operations.
protected function assertLibraryItemAccess($library_item_id, $response_code, $operation) {
$this
->drupalGet("admin/content/paragraphs/{$library_item_id}/{$operation}");
$this
->assertSession()
->statusCodeEquals($response_code);
}