Skip to content

Commit 2cdd53a

Browse files
committed
Taking out one of the new tests - for now
It's not high value and we will be back in that code when we will add support for refresh token migration
1 parent 5ff8ac4 commit 2cdd53a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

native/SampleApps/AuthFlowTester/AuthFlowTesterUITests/AuthFlowTesterAuthenticatedUITests.swift

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)