-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
if a do this
let header = TreeLabelsHeaderView()
header.name.text = "Rafael"
header.age.text = "29 years"
header.country.text = "Brasil"
tableView.parallaxHeader.view = header
tableView.parallaxHeader.height = 400
tableView.parallaxHeader.minimumHeight = 0
tableView.parallaxHeader.mode = .topFill
// on UITest
let app = XCUIApplication()
XCAssertTrue(app.staticTexts["Rafael"].exists)
XCAssertTrue(app.staticTexts["29 years"].exists)
XCAssertTrue(app.staticTexts["Brasil"].exists)
this test broke and all elements of TreeLabelsHeaderView is not founded on acessibility tree.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels