UI Tests Failing? #12
Answered
by
PSchmiedmayer
emmyxth
asked this question in
Technical Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
PSchmiedmayer
Jan 23, 2023
Replies: 1 comment 3 replies
-
@emmyxth Thank you for posting your question! Can you share a link to your current code state in a feature branch in the CS342 class application project? My suspicion is that there is not view displaying your name XCTAssert(app.staticTexts["Emmy Thamakaison"].waitForExistence(timeout: 2.0)) Checks: It looks for the static text in the app that is displaying "Emmy Thamakaison". Do you have some text like this in your own view? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
emmyxth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@emmyxth Thank you for posting your question!
Can you share a link to your current code state in a feature branch in the CS342 class application project? My suspicion is that there is not view displaying your name
"Emmy Thamakaison"
in the detail view that you have created. This is what lineChecks: It looks for the static text in the app that is displaying "Emmy Thamakaison". Do you have some text like this in your own view?