Skip to content

Commit

Permalink
fix(SnapshotTests): Update to iOS 14.4 / Xcode 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal authored Mar 4, 2021
1 parent 787faeb commit d8d3af3
Show file tree
Hide file tree
Showing 34 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Mistica/Source/Components/Cards/Internals/CardBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ extension CardBase {
contentView.descriptionTitle = newValue
}
}

override var accessibilityElements: [Any]? {
get {
[
buttonsView,
fragmentView as Any
].compactMap { $0 }
}
set { }
set {}
}

func configureButtons(primaryButton: CardButton?, linkButton: CardLinkButton?) {
buttonsView.configureButtons(primaryButton: primaryButton, linkButton: linkButton)

Expand Down
2 changes: 1 addition & 1 deletion Mistica/Source/Components/Cards/MediaCard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class MediaCard: UIView {
baseCardView.fragmentView = fragmentView
}
}

override public var accessibilityElements: [Any]? {
get {
cardAccessibilityElement.accessibilityFrameInContainerSpace = bounds
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ MISTICA_CATALOG_IPA_PATH = File.join(BUILD_OUTPUT_PATH, "MisticaCatalog.ipa")
XCRESULT_FILE_PATH = File.join(TEST_OUTPUT_PATH, "Mistica.xcresult")
SCREENSHOT_DIFFS_OUTPUT_PATH = File.join(TEST_OUTPUT_PATH, "diff_output")

DEVICES_USED_FOR_TESTING = ["iPhone 12 (14.2)"]
DEVICES_USED_FOR_TESTING = ["iPhone 12 (14.4)"]

platform :ios do

before_all do
xcversion(version: "12.2")
xcversion(version: "12.4")
end

desc "Setup the external dependencies and stuff needed to have a full working environment experience"
Expand Down

0 comments on commit d8d3af3

Please sign in to comment.