Skip to content

The header view children is not found on XCUITests #44

@slzrafael

Description

@slzrafael

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions