-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
runner
authored and
runner
committed
Oct 16, 2023
1 parent
7d97bd5
commit b0e4102
Showing
17 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
Binary file modified
BIN
-473 Bytes
(96%)
...pshots__/CallControlsView_Tests/test_callControlsView_snapshot.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+61 Bytes
(100%)
...shots__/CallControlsView_Tests/test_callControlsView_snapshot.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-484 Bytes
(99%)
...pshots__/ReconnectionView_Tests/test_reconnectionView_snapshot.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-667 Bytes
(99%)
...shots__/ReconnectionView_Tests/test_reconnectionView_snapshot.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-505 Bytes
(99%)
...ts__/CallConnectingView_Tests/test_callConnectingView_snapshot.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-628 Bytes
(99%)
...s__/CallConnectingView_Tests/test_callConnectingView_snapshot.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-505 Bytes
(99%)
...napshots__/JoiningCallView_Tests/test_joiningCallView_snapshot.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-628 Bytes
(99%)
...apshots__/JoiningCallView_Tests/test_joiningCallView_snapshot.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+349 Bytes
(100%)
...__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_0_participants.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+358 Bytes
(100%)
...__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_1_participants.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+355 Bytes
(100%)
...__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_2_participants.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+68 Bytes
(100%)
..._/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_0_participants.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+22 Bytes
(100%)
..._/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_1_participants.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+16 Bytes
(100%)
..._/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_2_participants.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-505 Bytes
(99%)
...pshots__/OutgoingCallView_Tests/test_outgoingCallView_snapshot.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-628 Bytes
(99%)
...shots__/OutgoingCallView_Tests/test_outgoingCallView_snapshot.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,29 @@ | ||
{ | ||
"configurations" : [ | ||
"configurations": [ | ||
{ | ||
"id" : "7CCDCF41-AF57-4E40-9F72-95CC8A036F82", | ||
"name" : "Configuration 1", | ||
"options" : { | ||
|
||
"id": "7CCDCF41-AF57-4E40-9F72-95CC8A036F82", | ||
"name": "Configuration 1", | ||
"options": { | ||
} | ||
} | ||
], | ||
"defaultOptions" : { | ||
"codeCoverage" : false | ||
"defaultOptions": { | ||
"codeCoverage": false, | ||
"environmentVariableEntries": [ | ||
{ | ||
"key": "CI", | ||
"value": "TRUE" | ||
} | ||
] | ||
}, | ||
"testTargets" : [ | ||
"testTargets": [ | ||
{ | ||
"target" : { | ||
"containerPath" : "container:StreamVideo.xcodeproj", | ||
"identifier" : "84F7380D287C141000A363F4", | ||
"name" : "StreamVideoSwiftUITests" | ||
"target": { | ||
"containerPath": "container:StreamVideo.xcodeproj", | ||
"identifier": "84F7380D287C141000A363F4", | ||
"name": "StreamVideoSwiftUITests" | ||
} | ||
} | ||
], | ||
"version" : 1 | ||
} | ||
"version": 1 | ||
} |