Slide 8
Slide 8 text
9$5FTUʹΑΔ6*ςετ
let app = XCUIApplication()
app.tabBars.buttons[“ϓϩϑΟʔϧ"].tap()
let followersCountButton =
app.buttons["profileFollowersCountButton"]
XCTAssert(followersCountButton.exists)
XCTAssertEqual(followersCountButton.label, "200")