Skip to content

Commit 8c2a709

Browse files
authored
[Fix]Universal link tests (#316)
1 parent 25b29a6 commit 8c2a709

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

SwiftUIDemoAppUITests/Tests/DeeplinkTests.swift

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

0 commit comments

Comments
 (0)