func testSwipeUntilCrashesPage()

in sampleapp-ios-swiftUITests/sampleapp_ios_swiftUITests.swift [18:23]


    func testSwipeUntilCrashesPage() {
        // Assert that the crash button exists
        let window = app.windows.element(boundBy: 0)
        let fatalErrorButtonQuery = app.buttons.matching(identifier: "fatalErrorButton")
        XCTAssert(window.frame.contains(fatalErrorButtonQuery.accessibilityFrame))
    }