Skip to content

Conversation

russellwheatley
Copy link
Member

@russellwheatley russellwheatley commented May 30, 2025

Small UI test updates.

When I downloaded the xcresult, it looks like sign-in is still occurring when checking if the SignedInView is present. So I've tweaked the relevant tests
Screenshot 2025-05-30 at 11 15 05

@russellwheatley russellwheatley changed the title test: fix View UI tests that are still signing in at the point of fai… test: fix View UI tests that require more time for sign-in to occur May 30, 2025
while !signedInText.exists && waited < maxWaitTime {
sleep(UInt32(interval))
waited += interval
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should use waitForExpectations instead.

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

Successfully merging this pull request may close these issues.

2 participants