import XCTest final class CardsNativeUITests: XCTestCase { func testAppLaunches() throws { let app = XCUIApplication() app.launch() XCTAssertTrue(app.staticTexts["Cards"].waitForExistence(timeout: 5)) } }