Skip to content

Commit

Permalink
chore: update Auth0Tests/WebViewProviderSpec.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Zerrizuela <[email protected]>
  • Loading branch information
desusai7 and Widcket authored Oct 9, 2024
1 parent 73160d2 commit 7e6135d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth0Tests/WebViewProviderSpec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class WebViewProviderSpec: QuickSpec {
UIApplication.shared.windows.last(where: \.isKeyWindow)?.rootViewController = root
root.present(mockViewController, animated: false)

waitUntil(timeout: .seconds(5)) { done in
waitUntil(timeout: Timeout) { done in
callback = { result in
expect(root.presentedViewController).to(beNil())
expect(mockViewController.view.subviews.contains(webViewUserAgent.webview)).to(beFalse())
Expand Down

0 comments on commit 7e6135d

Please sign in to comment.