File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
SwiftUIDemoAppUITests/Tests Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ final class DeeplinkTests: StreamTestCase {
2222 }
2323
2424 private enum MockDeeplink {
25- static let deeplinkUrl : URL = . init( string: " https://getstream.io/video/demos/join?id=test-call " ) !
2625 static let deeplinkUrlWithCallIdInPath : URL = . init( string: " https://getstream.io/video/demos/join/test-call " ) !
2726 static let customScheme : URL = . init( string: " streamvideo://video/demos?id=test-call " ) !
2827 static let customSchemeWithCallIdInPath : URL = . init( string: " streamvideo://video/demos/join/test-call " ) !
@@ -57,19 +56,6 @@ final class DeeplinkTests: StreamTestCase {
5756 ] . forEach { try assertEnvironment ( $0) }
5857 }
5958
60- func test_universalLink_production_joinsExpectedCall( ) throws {
61- linkToScenario ( withId: 2856 )
62-
63- WHEN ( " user navigates to the app through deeplink " ) {
64- openURL ( MockDeeplink . deeplinkUrl)
65- }
66- THEN ( " user joins the the specified call " ) {
67- userRobot
68- . assertCallControls ( )
69- . assertParticipantsAreVisible ( count: 1 )
70- }
71- }
72-
7359 func test_universalLink_deeplinkUrlWithCallIdInPath_joinsExpectedCall( ) throws {
7460 linkToScenario ( withId: 2954 )
7561
You can’t perform that action at this time.
0 commit comments