♻️ :: Run snapshot tests with iOS 15

This commit is contained in:
Felix Mau
2021-12-03 11:40:29 +00:00
parent f48eb2439a
commit edd0800a9c
6 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB

+1 -1
View File
@@ -1,4 +1,4 @@
# Snapshot-Tests
## Device
Run test-cases with the `iPhone 12 Pro` using `iOS 14.5`.
Run test-cases with the `iPhone 13` using `iOS 15`.
+1 -1
View File
@@ -36,7 +36,7 @@ platform :ios do
desc "Execute tests."
lane :tests do
run_tests(workspace: "GradientLoadingBar.xcworkspace",
devices: ["iPhone 12 Pro"],
devices: ["iPhone 13"],
scheme: "GradientLoadingBar-Example")
end