func testViewWithSecondaryInteraction() {
let viewUnderTest = InteractionBarView()
let primaryInteractions: [Interaction] = [.recommend, .comment, .like]
let secondaryInteractions: [Interaction] = [.report]
viewUnderTest.setup(
withInteractions: primaryInteractions,
secondaryInteractions: secondaryInteractions
)
validateSnapshots(forView: viewUnderTest)
}
4 — @basthomas