feat: add wild photographer report mock flow
This commit is contained in:
@ -58,4 +58,11 @@ final class HomeCommonMenuStoreTests: XCTestCase {
|
||||
XCTAssertEqual(split.common.map(\.uri), ["wallet", "task_management"])
|
||||
XCTAssertEqual(split.more.map(\.uri), ["cloud_management"])
|
||||
}
|
||||
|
||||
func testPhotographerReportCatalogItemExists() {
|
||||
let item = HomeMenuCatalog.item(for: "report_photographer")
|
||||
|
||||
XCTAssertEqual(item?.title, "举报摄影师")
|
||||
XCTAssertEqual(item?.iconName, "exclamationmark.shield")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user