Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The header view children is not found on XCUITests #44

Open
slzrafael opened this issue May 3, 2019 · 0 comments
Open

The header view children is not found on XCUITests #44

slzrafael opened this issue May 3, 2019 · 0 comments

Comments

@slzrafael
Copy link

slzrafael commented May 3, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant