Reading List
XCTest in Xcode 16 from Michael Tsai RSS feed.
XCTest in Xcode 16
Jesse Squires: The first is waitForNonExistence(withTimeout:), which provides the inverse of the existing waitForExistence(timeout:) API. Finally! This is such a welcome change. Often in UI testing it is more semantic to wait for an element to disappear rather than appear — for example, waiting for a loading indicator or waiting for a UIContentUnavailableView to disappear. […]