Thank you for your answers!
I missed the difference UIContentConfiguration and UIListContentConfiguration.
I solved by rewriting as follows
guard let content = cell.contentConfiguration as? UIListContentConfiguration else {
XCTFail()
return
}
XCTAssertEqual(content.text, "title")
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: