Home
last modified time | relevance | path

Searched refs:waitForView (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-dev-menu/ios/UITests/
H A DXCTestCase+DevMenuExtension.swift15 func waitForView(tag: String) { in waitForView() function
16 XCTAssertNotNil(DevMenuUIMatchers.waitForView(tag: tag)) in waitForView()
20 waitForView(tag: DevMenuViews.mainScreen) in waitForDevMenu()
21 waitForView(tag: DevMenuViews.footer) in waitForDevMenu()
H A DDevMenuUIMatchers.swift53 static func waitForView(_ matcher: (UIView) -> Bool) -> UIView {
73 static func waitForView(tag: String) -> UIView { in waitForView() function
74 return waitForView { in waitForView()
79 static func waitForView(text: String) -> UIView { in waitForView() function
80 return waitForView { in waitForView()