Skip to content

Commit

Permalink
token test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid committed Jul 25, 2023
1 parent 7505ea1 commit 9d2f3eb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions example/ios/plaidRNDemoUITests/PlaidRNDemoUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ extension PlaidRNDemoUITests {

try await MainActor.run {
try enterToken(token: token)
try validateConsentPane()
try continueThroughConsentPane()
try select(institution: "TD Bank")
try validateCredentialEntryPane()
try enterCredentials(username: "user_good", password: "pass_good")
try continueThroughAccountSelection(selectingAccounts: ["Plaid checking"])
try continueThroughConsentPane()

// Verify the webview was dismissed.
try assert(element: webview, exists: false, timeout: defaultTimeout)
// try validateConsentPane()
// try continueThroughConsentPane()
// try select(institution: "TD Bank")
// try validateCredentialEntryPane()
// try enterCredentials(username: "user_good", password: "pass_good")
// try continueThroughAccountSelection(selectingAccounts: ["Plaid checking"])
// try continueThroughConsentPane()
//
// // Verify the webview was dismissed.
// try assert(element: webview, exists: false, timeout: defaultTimeout)
}
}
}
Expand Down

0 comments on commit 9d2f3eb

Please sign in to comment.