File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
native/SampleApps/AuthFlowTester/AuthFlowTesterUITests Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ final class AuthFlowTesterAuthenticatedUITests: XCTestCase {
6060
6161 // MARK: - Session Detail Screen Tests
6262
63- func testSessionDetailScreenIsVisible( ) throws {
64- // Verify we're on the session detail screen (not config picker)
65- XCTAssertTrue ( app. navigationBars [ " AuthFlowTester " ] . waitForExistence ( timeout: 10 ) )
66-
67- // Should see authenticated UI elements
68- XCTAssertTrue ( app. buttons [ " Revoke Access Token " ] . waitForExistence ( timeout: 5 ) )
69- XCTAssertTrue ( app. buttons [ " Make REST API Request " ] . waitForExistence ( timeout: 5 ) )
70-
71- }
63+ // func testSessionDetailScreenIsVisible() throws {
64+ // // Verify we're on the session detail screen (not config picker)
65+ // XCTAssertTrue(app.navigationBars["AuthFlowTester"].waitForExistence(timeout: 10))
66+ //
67+ // // Should see authenticated UI elements
68+ // XCTAssertTrue(app.buttons["Revoke Access Token"].waitForExistence(timeout: 5))
69+ // XCTAssertTrue(app.buttons["Make REST API Request"].waitForExistence(timeout: 5))
70+ //
71+ // }
7272
7373 //
7474 // TODO write more tests
You can’t perform that action at this time.
0 commit comments