diff --git a/Makefile b/Makefile index 15e6f7351..9cada2a11 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ XCRESULT_FILE_PATH := $(TEST_OUTPUT_PATH)/$(SCHEMA).xcresult # Export config SCHEMA := MisticaCatalog -TEST_SCHEMA := Mistica +TEST_SCHEMA := MisticaCatalog PROJECT_PATH := MisticaCatalog/MisticaCatalog.xcodeproj BUILD_PATH := $(ROOT_DIR)/build EXPORTED_OPTIONS_PATH := $(ROOT_DIR)/enterprise.plist @@ -69,8 +69,8 @@ format: test: clean setup simulator @echo "Testing with simulator $(SIMULATOR_NAME)" - $(XCODEBUILD) build-for-testing -scheme $(TEST_SCHEMA) -destination "$(DESTINATION)" | xcbeautify - $(XCODEBUILD) test-without-building -scheme $(TEST_SCHEMA) -resultBundlePath $(XCRESULT_FILE_PATH) -destination "$(DESTINATION)" | xcbeautify + $(XCODEBUILD) build-for-testing -project "$(PROJECT_PATH)" -scheme $(TEST_SCHEMA) -destination "$(DESTINATION)" | xcbeautify + $(XCODEBUILD) test-without-building -project "$(PROJECT_PATH)" -scheme $(TEST_SCHEMA) -resultBundlePath $(XCRESULT_FILE_PATH) -destination "$(DESTINATION)" | xcbeautify extract_tests_attachments: @xcparse attachments $(XCRESULT_FILE_PATH) $(SCREENSHOT_DIFFS_OUTPUT_PATH) --uti public.plain-text public.image --test diff --git a/MisticaCatalog/MisticaCatalog.xcodeproj/project.pbxproj b/MisticaCatalog/MisticaCatalog.xcodeproj/project.pbxproj index ea02d7634..b27be6d5a 100644 --- a/MisticaCatalog/MisticaCatalog.xcodeproj/project.pbxproj +++ b/MisticaCatalog/MisticaCatalog.xcodeproj/project.pbxproj @@ -7,10 +7,144 @@ objects = { /* Begin PBXBuildFile section */ + 5F5A42C32E866B38003F99E0 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 5F5A42C22E866B38003F99E0 /* SnapshotTesting */; }; + 5F5A5C5F2E8675C1003F99E0 /* ButtonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A56082E8675C0003F99E0 /* ButtonTests.swift */; }; + 5F5A5CF12E867CDB003F99E0 /* TabsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CDF2E867CDB003F99E0 /* TabsTests.swift */; }; + 5F5A5CF32E867CDB003F99E0 /* CarouselTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CA92E867CDB003F99E0 /* CarouselTests.swift */; }; + 5F5A5CF42E867CDB003F99E0 /* ListsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CD72E867CDB003F99E0 /* ListsTests.swift */; }; + 5F5A5CF52E867CDB003F99E0 /* IndeterminateStepperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CD52E867CDB003F99E0 /* IndeterminateStepperTests.swift */; }; + 5F5A5CFA2E867CDB003F99E0 /* DataCardTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CAC2E867CDB003F99E0 /* DataCardTests.swift */; }; + 5F5A5CFB2E867CDB003F99E0 /* RadioButtonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CDB2E867CDB003F99E0 /* RadioButtonTests.swift */; }; + 5F5A5CFD2E867CDB003F99E0 /* PopoverViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CDA2E867CDB003F99E0 /* PopoverViewTests.swift */; }; + 5F5A5CFE2E867CDB003F99E0 /* MediaCardTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CD92E867CDB003F99E0 /* MediaCardTests.swift */; }; + 5F5A5CFF2E867CDB003F99E0 /* FormTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CD12E867CDB003F99E0 /* FormTests.swift */; }; + 5F5A5D002E867CDB003F99E0 /* BadgeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CA72E867CDB003F99E0 /* BadgeTests.swift */; }; + 5F5A5D032E867CDB003F99E0 /* EmptyStatesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CAE2E867CDB003F99E0 /* EmptyStatesTests.swift */; }; + 5F5A5D062E867CDB003F99E0 /* DeterminateStepperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CAD2E867CDB003F99E0 /* DeterminateStepperTests.swift */; }; + 5F5A5D082E867CDB003F99E0 /* HeaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CD32E867CDB003F99E0 /* HeaderTests.swift */; }; + 5F5A5D092E867CDB003F99E0 /* TagTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CE02E867CDB003F99E0 /* TagTests.swift */; }; + 5F5A5D0A2E867CDB003F99E0 /* HighlightedCardTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CD42E867CDB003F99E0 /* HighlightedCardTests.swift */; }; + 5F5A5D0B2E867CDB003F99E0 /* FilterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CB02E867CDB003F99E0 /* FilterTests.swift */; }; + 5F5A5D0C2E867CDB003F99E0 /* CalloutTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CA82E867CDB003F99E0 /* CalloutTests.swift */; }; + 5F5A5D0E2E867CDB003F99E0 /* GradientTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CD22E867CDB003F99E0 /* GradientTests.swift */; }; + 5F5A5D0F2E867CDB003F99E0 /* SheetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CDC2E867CDB003F99E0 /* SheetTests.swift */; }; + 5F5A5D102E867CDB003F99E0 /* TitleHeaderFooterViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CE12E867CDB003F99E0 /* TitleHeaderFooterViewTests.swift */; }; + 5F5A5D122E867CDB003F99E0 /* SkeletonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CDD2E867CDB003F99E0 /* SkeletonTests.swift */; }; + 5F5A5D132E867CDB003F99E0 /* LoadErrorViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CD82E867CDB003F99E0 /* LoadErrorViewControllerTests.swift */; }; + 5F5A5D142E867CDB003F99E0 /* CheckboxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CAA2E867CDB003F99E0 /* CheckboxTests.swift */; }; + 5F5A5D152E867CDB003F99E0 /* InputFieldTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CD62E867CDB003F99E0 /* InputFieldTests.swift */; }; + 5F5A5D162E867CDB003F99E0 /* SnackbarTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CDE2E867CDB003F99E0 /* SnackbarTests.swift */; }; + 5F5A5D172E867CDB003F99E0 /* FeedbackTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CAF2E867CDB003F99E0 /* FeedbackTests.swift */; }; + 5F5A5D192E867CDB003F99E0 /* ControlsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5CAB2E867CDB003F99E0 /* ControlsTests.swift */; }; + 5F5A5EEF2E867F9E003F99E0 /* FontStyleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5EE62E867F9E003F99E0 /* FontStyleTests.swift */; }; + 5F5A5EF02E867F9E003F99E0 /* FontToolkitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5EE72E867F9E003F99E0 /* FontToolkitTests.swift */; }; + 5F5A5EF12E867F9E003F99E0 /* TestHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5EED2E867F9E003F99E0 /* TestHelpers.swift */; }; + 5F5A5FCB2E867FA4003F99E0 /* BadgeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FB42E867FA4003F99E0 /* BadgeTests.swift */; }; + 5F5A5FCC2E867FA4003F99E0 /* ButtonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FB52E867FA4003F99E0 /* ButtonTests.swift */; }; + 5F5A5FCD2E867FA4003F99E0 /* CalloutTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FB62E867FA4003F99E0 /* CalloutTests.swift */; }; + 5F5A5FCE2E867FA4003F99E0 /* CarouselTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FB72E867FA4003F99E0 /* CarouselTests.swift */; }; + 5F5A5FCF2E867FA4003F99E0 /* CheckboxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FB82E867FA4003F99E0 /* CheckboxTests.swift */; }; + 5F5A5FD02E867FA4003F99E0 /* ChipTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FB92E867FA4003F99E0 /* ChipTests.swift */; }; + 5F5A5FD12E867FA4003F99E0 /* CroutonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FBA2E867FA4003F99E0 /* CroutonTests.swift */; }; + 5F5A5FD22E867FA4003F99E0 /* DataCardTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FBB2E867FA4003F99E0 /* DataCardTests.swift */; }; + 5F5A5FD32E867FA4003F99E0 /* EmptyStateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FBC2E867FA4003F99E0 /* EmptyStateTests.swift */; }; + 5F5A5FD42E867FA4003F99E0 /* FeedbackTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FBD2E867FA4003F99E0 /* FeedbackTests.swift */; }; + 5F5A5FD52E867FA4003F99E0 /* GradientTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FBE2E867FA4003F99E0 /* GradientTests.swift */; }; + 5F5A5FD62E867FA4003F99E0 /* HeaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FBF2E867FA4003F99E0 /* HeaderTests.swift */; }; + 5F5A5FD72E867FA4003F99E0 /* InputFieldTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FC02E867FA4003F99E0 /* InputFieldTests.swift */; }; + 5F5A5FD82E867FA4003F99E0 /* ListTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FC12E867FA4003F99E0 /* ListTests.swift */; }; + 5F5A5FD92E867FA4003F99E0 /* RadioButtonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FC22E867FA4003F99E0 /* RadioButtonTests.swift */; }; + 5F5A5FDA2E867FA4003F99E0 /* SkeletonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FC32E867FA4003F99E0 /* SkeletonTests.swift */; }; + 5F5A5FDB2E867FA4003F99E0 /* SnackbarTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FC42E867FA4003F99E0 /* SnackbarTests.swift */; }; + 5F5A5FDC2E867FA4003F99E0 /* StepperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FC52E867FA4003F99E0 /* StepperTests.swift */; }; + 5F5A5FDD2E867FA4003F99E0 /* TabsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FC62E867FA4003F99E0 /* TabsTests.swift */; }; + 5F5A5FDE2E867FA4003F99E0 /* TagTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FC72E867FA4003F99E0 /* TagTests.swift */; }; + 5F5A5FDF2E867FA4003F99E0 /* TestHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A5FC92E867FA4003F99E0 /* TestHelpers.swift */; }; + 5F5A60862E868006003F99E0 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 5F5A60852E868006003F99E0 /* SnapshotTesting */; }; + 5F5A60882E86800D003F99E0 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 5F5A60872E86800D003F99E0 /* SnapshotTesting */; }; B8F990632546CAA500DFBFE9 /* Mistica in Frameworks */ = {isa = PBXBuildFile; productRef = B8F990622546CAA500DFBFE9 /* Mistica */; }; /* End PBXBuildFile section */ +/* Begin PBXContainerItemProxy section */ + 5F5A42032E866A83003F99E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B8F98FE22546C95600DFBFE9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B8F98FE92546C95600DFBFE9; + remoteInfo = MisticaCatalog; + }; + 5F5A5D222E867EE7003F99E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B8F98FE22546C95600DFBFE9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B8F98FE92546C95600DFBFE9; + remoteInfo = MisticaCatalog; + }; + 5F5A5D2F2E867EF8003F99E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B8F98FE22546C95600DFBFE9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B8F98FE92546C95600DFBFE9; + remoteInfo = MisticaCatalog; + }; +/* End PBXContainerItemProxy section */ + /* Begin PBXFileReference section */ + 5F5A41FF2E866A83003F99E0 /* MisticaTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MisticaTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 5F5A56082E8675C0003F99E0 /* ButtonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonTests.swift; sourceTree = ""; }; + 5F5A5CA72E867CDB003F99E0 /* BadgeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadgeTests.swift; sourceTree = ""; }; + 5F5A5CA82E867CDB003F99E0 /* CalloutTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalloutTests.swift; sourceTree = ""; }; + 5F5A5CA92E867CDB003F99E0 /* CarouselTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CarouselTests.swift; sourceTree = ""; }; + 5F5A5CAA2E867CDB003F99E0 /* CheckboxTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxTests.swift; sourceTree = ""; }; + 5F5A5CAB2E867CDB003F99E0 /* ControlsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlsTests.swift; sourceTree = ""; }; + 5F5A5CAC2E867CDB003F99E0 /* DataCardTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataCardTests.swift; sourceTree = ""; }; + 5F5A5CAD2E867CDB003F99E0 /* DeterminateStepperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeterminateStepperTests.swift; sourceTree = ""; }; + 5F5A5CAE2E867CDB003F99E0 /* EmptyStatesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyStatesTests.swift; sourceTree = ""; }; + 5F5A5CAF2E867CDB003F99E0 /* FeedbackTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedbackTests.swift; sourceTree = ""; }; + 5F5A5CB02E867CDB003F99E0 /* FilterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilterTests.swift; sourceTree = ""; }; + 5F5A5CD12E867CDB003F99E0 /* FormTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FormTests.swift; sourceTree = ""; }; + 5F5A5CD22E867CDB003F99E0 /* GradientTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientTests.swift; sourceTree = ""; }; + 5F5A5CD32E867CDB003F99E0 /* HeaderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderTests.swift; sourceTree = ""; }; + 5F5A5CD42E867CDB003F99E0 /* HighlightedCardTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HighlightedCardTests.swift; sourceTree = ""; }; + 5F5A5CD52E867CDB003F99E0 /* IndeterminateStepperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndeterminateStepperTests.swift; sourceTree = ""; }; + 5F5A5CD62E867CDB003F99E0 /* InputFieldTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputFieldTests.swift; sourceTree = ""; }; + 5F5A5CD72E867CDB003F99E0 /* ListsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListsTests.swift; sourceTree = ""; }; + 5F5A5CD82E867CDB003F99E0 /* LoadErrorViewControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadErrorViewControllerTests.swift; sourceTree = ""; }; + 5F5A5CD92E867CDB003F99E0 /* MediaCardTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaCardTests.swift; sourceTree = ""; }; + 5F5A5CDA2E867CDB003F99E0 /* PopoverViewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopoverViewTests.swift; sourceTree = ""; }; + 5F5A5CDB2E867CDB003F99E0 /* RadioButtonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioButtonTests.swift; sourceTree = ""; }; + 5F5A5CDC2E867CDB003F99E0 /* SheetTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SheetTests.swift; sourceTree = ""; }; + 5F5A5CDD2E867CDB003F99E0 /* SkeletonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SkeletonTests.swift; sourceTree = ""; }; + 5F5A5CDE2E867CDB003F99E0 /* SnackbarTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnackbarTests.swift; sourceTree = ""; }; + 5F5A5CDF2E867CDB003F99E0 /* TabsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabsTests.swift; sourceTree = ""; }; + 5F5A5CE02E867CDB003F99E0 /* TagTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagTests.swift; sourceTree = ""; }; + 5F5A5CE12E867CDB003F99E0 /* TitleHeaderFooterViewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitleHeaderFooterViewTests.swift; sourceTree = ""; }; + 5F5A5D1E2E867EE7003F99E0 /* MisticaCommonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MisticaCommonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 5F5A5D2B2E867EF8003F99E0 /* MisticaSwiftUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MisticaSwiftUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 5F5A5EE62E867F9E003F99E0 /* FontStyleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FontStyleTests.swift; sourceTree = ""; }; + 5F5A5EE72E867F9E003F99E0 /* FontToolkitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FontToolkitTests.swift; sourceTree = ""; }; + 5F5A5EED2E867F9E003F99E0 /* TestHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestHelpers.swift; sourceTree = ""; }; + 5F5A5FB42E867FA4003F99E0 /* BadgeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadgeTests.swift; sourceTree = ""; }; + 5F5A5FB52E867FA4003F99E0 /* ButtonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonTests.swift; sourceTree = ""; }; + 5F5A5FB62E867FA4003F99E0 /* CalloutTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalloutTests.swift; sourceTree = ""; }; + 5F5A5FB72E867FA4003F99E0 /* CarouselTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CarouselTests.swift; sourceTree = ""; }; + 5F5A5FB82E867FA4003F99E0 /* CheckboxTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxTests.swift; sourceTree = ""; }; + 5F5A5FB92E867FA4003F99E0 /* ChipTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChipTests.swift; sourceTree = ""; }; + 5F5A5FBA2E867FA4003F99E0 /* CroutonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CroutonTests.swift; sourceTree = ""; }; + 5F5A5FBB2E867FA4003F99E0 /* DataCardTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataCardTests.swift; sourceTree = ""; }; + 5F5A5FBC2E867FA4003F99E0 /* EmptyStateTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyStateTests.swift; sourceTree = ""; }; + 5F5A5FBD2E867FA4003F99E0 /* FeedbackTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedbackTests.swift; sourceTree = ""; }; + 5F5A5FBE2E867FA4003F99E0 /* GradientTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientTests.swift; sourceTree = ""; }; + 5F5A5FBF2E867FA4003F99E0 /* HeaderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderTests.swift; sourceTree = ""; }; + 5F5A5FC02E867FA4003F99E0 /* InputFieldTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputFieldTests.swift; sourceTree = ""; }; + 5F5A5FC12E867FA4003F99E0 /* ListTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListTests.swift; sourceTree = ""; }; + 5F5A5FC22E867FA4003F99E0 /* RadioButtonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioButtonTests.swift; sourceTree = ""; }; + 5F5A5FC32E867FA4003F99E0 /* SkeletonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SkeletonTests.swift; sourceTree = ""; }; + 5F5A5FC42E867FA4003F99E0 /* SnackbarTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnackbarTests.swift; sourceTree = ""; }; + 5F5A5FC52E867FA4003F99E0 /* StepperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StepperTests.swift; sourceTree = ""; }; + 5F5A5FC62E867FA4003F99E0 /* TabsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabsTests.swift; sourceTree = ""; }; + 5F5A5FC72E867FA4003F99E0 /* TagTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagTests.swift; sourceTree = ""; }; + 5F5A5FC92E867FA4003F99E0 /* TestHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestHelpers.swift; sourceTree = ""; }; B8E161F92546EF9500DA3743 /* mistica-ios */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "mistica-ios"; path = ..; sourceTree = ""; }; B8F98FEA2546C95600DFBFE9 /* MisticaCatalog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MisticaCatalog.app; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -26,12 +160,39 @@ /* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ /* Begin PBXFileSystemSynchronizedRootGroup section */ + 5F5A5C7F2E8675CB003F99E0 /* Fixtures */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Fixtures; sourceTree = ""; }; + 5F5A5CA42E867C60003F99E0 /* Utils */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Utils; sourceTree = ""; }; + 5F5A60812E867FC0003F99E0 /* Resources */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Resources; sourceTree = ""; }; 84AF0FB42D5F956200630E1B /* Source */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Source; sourceTree = ""; }; 84B6C4022D5E4341000BC0C9 /* SupportFiles */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (84B6C4042D5E4342000BC0C9 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = SupportFiles; sourceTree = ""; }; 84B6C4102D5E4349000BC0C9 /* Resources */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Resources; sourceTree = ""; }; /* End PBXFileSystemSynchronizedRootGroup section */ /* Begin PBXFrameworksBuildPhase section */ + 5F5A41FC2E866A83003F99E0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F5A42C32E866B38003F99E0 /* SnapshotTesting in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5F5A5D1B2E867EE7003F99E0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F5A60862E868006003F99E0 /* SnapshotTesting in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5F5A5D282E867EF8003F99E0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F5A60882E86800D003F99E0 /* SnapshotTesting in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; B8F98FE72546C95600DFBFE9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -43,6 +204,106 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 5F5A56092E8675C0003F99E0 /* UI */ = { + isa = PBXGroup; + children = ( + 5F5A5CA72E867CDB003F99E0 /* BadgeTests.swift */, + 5F5A5CA82E867CDB003F99E0 /* CalloutTests.swift */, + 5F5A5CA92E867CDB003F99E0 /* CarouselTests.swift */, + 5F5A5CAA2E867CDB003F99E0 /* CheckboxTests.swift */, + 5F5A5CAB2E867CDB003F99E0 /* ControlsTests.swift */, + 5F5A5CAC2E867CDB003F99E0 /* DataCardTests.swift */, + 5F5A5CAD2E867CDB003F99E0 /* DeterminateStepperTests.swift */, + 5F5A5CAE2E867CDB003F99E0 /* EmptyStatesTests.swift */, + 5F5A5CAF2E867CDB003F99E0 /* FeedbackTests.swift */, + 5F5A5CB02E867CDB003F99E0 /* FilterTests.swift */, + 5F5A5CD12E867CDB003F99E0 /* FormTests.swift */, + 5F5A5CD22E867CDB003F99E0 /* GradientTests.swift */, + 5F5A5CD32E867CDB003F99E0 /* HeaderTests.swift */, + 5F5A5CD42E867CDB003F99E0 /* HighlightedCardTests.swift */, + 5F5A5CD52E867CDB003F99E0 /* IndeterminateStepperTests.swift */, + 5F5A5CD62E867CDB003F99E0 /* InputFieldTests.swift */, + 5F5A5CD72E867CDB003F99E0 /* ListsTests.swift */, + 5F5A5CD82E867CDB003F99E0 /* LoadErrorViewControllerTests.swift */, + 5F5A5CD92E867CDB003F99E0 /* MediaCardTests.swift */, + 5F5A5CDA2E867CDB003F99E0 /* PopoverViewTests.swift */, + 5F5A5CDB2E867CDB003F99E0 /* RadioButtonTests.swift */, + 5F5A5CDC2E867CDB003F99E0 /* SheetTests.swift */, + 5F5A5CDD2E867CDB003F99E0 /* SkeletonTests.swift */, + 5F5A5CDE2E867CDB003F99E0 /* SnackbarTests.swift */, + 5F5A5CDF2E867CDB003F99E0 /* TabsTests.swift */, + 5F5A5CE02E867CDB003F99E0 /* TagTests.swift */, + 5F5A5CE12E867CDB003F99E0 /* TitleHeaderFooterViewTests.swift */, + 5F5A5C7F2E8675CB003F99E0 /* Fixtures */, + 5F5A56082E8675C0003F99E0 /* ButtonTests.swift */, + ); + path = UI; + sourceTree = ""; + }; + 5F5A560A2E8675C0003F99E0 /* MisticaTests */ = { + isa = PBXGroup; + children = ( + 5F5A5CA42E867C60003F99E0 /* Utils */, + 5F5A56092E8675C0003F99E0 /* UI */, + ); + path = MisticaTests; + sourceTree = ""; + }; + 5F5A5EE82E867F9E003F99E0 /* Fonts */ = { + isa = PBXGroup; + children = ( + 5F5A5EE62E867F9E003F99E0 /* FontStyleTests.swift */, + 5F5A5EE72E867F9E003F99E0 /* FontToolkitTests.swift */, + ); + path = Fonts; + sourceTree = ""; + }; + 5F5A5EEE2E867F9E003F99E0 /* MisticaCommonTests */ = { + isa = PBXGroup; + children = ( + 5F5A5EE82E867F9E003F99E0 /* Fonts */, + 5F5A60812E867FC0003F99E0 /* Resources */, + 5F5A5EED2E867F9E003F99E0 /* TestHelpers.swift */, + ); + path = MisticaCommonTests; + sourceTree = ""; + }; + 5F5A5FC82E867FA4003F99E0 /* UI */ = { + isa = PBXGroup; + children = ( + 5F5A5FB42E867FA4003F99E0 /* BadgeTests.swift */, + 5F5A5FB52E867FA4003F99E0 /* ButtonTests.swift */, + 5F5A5FB62E867FA4003F99E0 /* CalloutTests.swift */, + 5F5A5FB72E867FA4003F99E0 /* CarouselTests.swift */, + 5F5A5FB82E867FA4003F99E0 /* CheckboxTests.swift */, + 5F5A5FB92E867FA4003F99E0 /* ChipTests.swift */, + 5F5A5FBA2E867FA4003F99E0 /* CroutonTests.swift */, + 5F5A5FBB2E867FA4003F99E0 /* DataCardTests.swift */, + 5F5A5FBC2E867FA4003F99E0 /* EmptyStateTests.swift */, + 5F5A5FBD2E867FA4003F99E0 /* FeedbackTests.swift */, + 5F5A5FBE2E867FA4003F99E0 /* GradientTests.swift */, + 5F5A5FBF2E867FA4003F99E0 /* HeaderTests.swift */, + 5F5A5FC02E867FA4003F99E0 /* InputFieldTests.swift */, + 5F5A5FC12E867FA4003F99E0 /* ListTests.swift */, + 5F5A5FC22E867FA4003F99E0 /* RadioButtonTests.swift */, + 5F5A5FC32E867FA4003F99E0 /* SkeletonTests.swift */, + 5F5A5FC42E867FA4003F99E0 /* SnackbarTests.swift */, + 5F5A5FC52E867FA4003F99E0 /* StepperTests.swift */, + 5F5A5FC62E867FA4003F99E0 /* TabsTests.swift */, + 5F5A5FC72E867FA4003F99E0 /* TagTests.swift */, + ); + path = UI; + sourceTree = ""; + }; + 5F5A5FCA2E867FA4003F99E0 /* MisticaSwiftUITests */ = { + isa = PBXGroup; + children = ( + 5F5A5FC82E867FA4003F99E0 /* UI */, + 5F5A5FC92E867FA4003F99E0 /* TestHelpers.swift */, + ); + path = MisticaSwiftUITests; + sourceTree = ""; + }; B8E161F82546EF8300DA3743 /* Packages */ = { isa = PBXGroup; children = ( @@ -58,6 +319,9 @@ 84B6C4022D5E4341000BC0C9 /* SupportFiles */, 84B6C4102D5E4349000BC0C9 /* Resources */, B8E161F82546EF8300DA3743 /* Packages */, + 5F5A560A2E8675C0003F99E0 /* MisticaTests */, + 5F5A5EEE2E867F9E003F99E0 /* MisticaCommonTests */, + 5F5A5FCA2E867FA4003F99E0 /* MisticaSwiftUITests */, B8F98FEB2546C95600DFBFE9 /* Products */, B8F990612546CAA500DFBFE9 /* Frameworks */, ); @@ -67,6 +331,9 @@ isa = PBXGroup; children = ( B8F98FEA2546C95600DFBFE9 /* MisticaCatalog.app */, + 5F5A41FF2E866A83003F99E0 /* MisticaTests.xctest */, + 5F5A5D1E2E867EE7003F99E0 /* MisticaCommonTests.xctest */, + 5F5A5D2B2E867EF8003F99E0 /* MisticaSwiftUITests.xctest */, ); name = Products; sourceTree = ""; @@ -81,6 +348,76 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ + 5F5A41FE2E866A83003F99E0 /* MisticaTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 5F5A42072E866A83003F99E0 /* Build configuration list for PBXNativeTarget "MisticaTests" */; + buildPhases = ( + 5F5A41FB2E866A83003F99E0 /* Sources */, + 5F5A41FC2E866A83003F99E0 /* Frameworks */, + 5F5A41FD2E866A83003F99E0 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 5F5A42042E866A83003F99E0 /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + 5F5A5C7F2E8675CB003F99E0 /* Fixtures */, + 5F5A5CA42E867C60003F99E0 /* Utils */, + ); + name = MisticaTests; + packageProductDependencies = ( + 5F5A42C22E866B38003F99E0 /* SnapshotTesting */, + ); + productName = MisticaTests; + productReference = 5F5A41FF2E866A83003F99E0 /* MisticaTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 5F5A5D1D2E867EE7003F99E0 /* MisticaCommonTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 5F5A5D242E867EE7003F99E0 /* Build configuration list for PBXNativeTarget "MisticaCommonTests" */; + buildPhases = ( + 5F5A5D1A2E867EE7003F99E0 /* Sources */, + 5F5A5D1B2E867EE7003F99E0 /* Frameworks */, + 5F5A5D1C2E867EE7003F99E0 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 5F5A5D232E867EE7003F99E0 /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + 5F5A60812E867FC0003F99E0 /* Resources */, + ); + name = MisticaCommonTests; + packageProductDependencies = ( + 5F5A60852E868006003F99E0 /* SnapshotTesting */, + ); + productName = MisticaCommonTests; + productReference = 5F5A5D1E2E867EE7003F99E0 /* MisticaCommonTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 5F5A5D2A2E867EF8003F99E0 /* MisticaSwiftUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 5F5A5D312E867EF8003F99E0 /* Build configuration list for PBXNativeTarget "MisticaSwiftUITests" */; + buildPhases = ( + 5F5A5D272E867EF8003F99E0 /* Sources */, + 5F5A5D282E867EF8003F99E0 /* Frameworks */, + 5F5A5D292E867EF8003F99E0 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 5F5A5D302E867EF8003F99E0 /* PBXTargetDependency */, + ); + name = MisticaSwiftUITests; + packageProductDependencies = ( + 5F5A60872E86800D003F99E0 /* SnapshotTesting */, + ); + productName = MisticaSwiftUITests; + productReference = 5F5A5D2B2E867EF8003F99E0 /* MisticaSwiftUITests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; B8F98FE92546C95600DFBFE9 /* MisticaCatalog */ = { isa = PBXNativeTarget; buildConfigurationList = B8F98FF92546C95800DFBFE9 /* Build configuration list for PBXNativeTarget "MisticaCatalog" */; @@ -114,9 +451,21 @@ B8F98FE22546C95600DFBFE9 /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 1200; + LastSwiftUpdateCheck = 1640; LastUpgradeCheck = 1200; TargetAttributes = { + 5F5A41FE2E866A83003F99E0 = { + CreatedOnToolsVersion = 16.4; + TestTargetID = B8F98FE92546C95600DFBFE9; + }; + 5F5A5D1D2E867EE7003F99E0 = { + CreatedOnToolsVersion = 16.4; + TestTargetID = B8F98FE92546C95600DFBFE9; + }; + 5F5A5D2A2E867EF8003F99E0 = { + CreatedOnToolsVersion = 16.4; + TestTargetID = B8F98FE92546C95600DFBFE9; + }; B8F98FE92546C95600DFBFE9 = { CreatedOnToolsVersion = 12.0; }; @@ -132,17 +481,42 @@ ); mainGroup = B8F98FE12546C95600DFBFE9; packageReferences = ( + 5F5A42C12E866B38003F99E0 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */, ); productRefGroup = B8F98FEB2546C95600DFBFE9 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( B8F98FE92546C95600DFBFE9 /* MisticaCatalog */, + 5F5A41FE2E866A83003F99E0 /* MisticaTests */, + 5F5A5D1D2E867EE7003F99E0 /* MisticaCommonTests */, + 5F5A5D2A2E867EF8003F99E0 /* MisticaSwiftUITests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ + 5F5A41FD2E866A83003F99E0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5F5A5D1C2E867EE7003F99E0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5F5A5D292E867EF8003F99E0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; B8F98FE82546C95600DFBFE9 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -153,6 +527,79 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ + 5F5A41FB2E866A83003F99E0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F5A5C5F2E8675C1003F99E0 /* ButtonTests.swift in Sources */, + 5F5A5CF12E867CDB003F99E0 /* TabsTests.swift in Sources */, + 5F5A5CF32E867CDB003F99E0 /* CarouselTests.swift in Sources */, + 5F5A5CF42E867CDB003F99E0 /* ListsTests.swift in Sources */, + 5F5A5CF52E867CDB003F99E0 /* IndeterminateStepperTests.swift in Sources */, + 5F5A5CFA2E867CDB003F99E0 /* DataCardTests.swift in Sources */, + 5F5A5CFB2E867CDB003F99E0 /* RadioButtonTests.swift in Sources */, + 5F5A5CFD2E867CDB003F99E0 /* PopoverViewTests.swift in Sources */, + 5F5A5CFE2E867CDB003F99E0 /* MediaCardTests.swift in Sources */, + 5F5A5CFF2E867CDB003F99E0 /* FormTests.swift in Sources */, + 5F5A5D002E867CDB003F99E0 /* BadgeTests.swift in Sources */, + 5F5A5D032E867CDB003F99E0 /* EmptyStatesTests.swift in Sources */, + 5F5A5D062E867CDB003F99E0 /* DeterminateStepperTests.swift in Sources */, + 5F5A5D082E867CDB003F99E0 /* HeaderTests.swift in Sources */, + 5F5A5D092E867CDB003F99E0 /* TagTests.swift in Sources */, + 5F5A5D0A2E867CDB003F99E0 /* HighlightedCardTests.swift in Sources */, + 5F5A5D0B2E867CDB003F99E0 /* FilterTests.swift in Sources */, + 5F5A5D0C2E867CDB003F99E0 /* CalloutTests.swift in Sources */, + 5F5A5D0E2E867CDB003F99E0 /* GradientTests.swift in Sources */, + 5F5A5D0F2E867CDB003F99E0 /* SheetTests.swift in Sources */, + 5F5A5D102E867CDB003F99E0 /* TitleHeaderFooterViewTests.swift in Sources */, + 5F5A5D122E867CDB003F99E0 /* SkeletonTests.swift in Sources */, + 5F5A5D132E867CDB003F99E0 /* LoadErrorViewControllerTests.swift in Sources */, + 5F5A5D142E867CDB003F99E0 /* CheckboxTests.swift in Sources */, + 5F5A5D152E867CDB003F99E0 /* InputFieldTests.swift in Sources */, + 5F5A5D162E867CDB003F99E0 /* SnackbarTests.swift in Sources */, + 5F5A5D172E867CDB003F99E0 /* FeedbackTests.swift in Sources */, + 5F5A5D192E867CDB003F99E0 /* ControlsTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5F5A5D1A2E867EE7003F99E0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F5A5EEF2E867F9E003F99E0 /* FontStyleTests.swift in Sources */, + 5F5A5EF02E867F9E003F99E0 /* FontToolkitTests.swift in Sources */, + 5F5A5EF12E867F9E003F99E0 /* TestHelpers.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5F5A5D272E867EF8003F99E0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F5A5FCB2E867FA4003F99E0 /* BadgeTests.swift in Sources */, + 5F5A5FCC2E867FA4003F99E0 /* ButtonTests.swift in Sources */, + 5F5A5FCD2E867FA4003F99E0 /* CalloutTests.swift in Sources */, + 5F5A5FCE2E867FA4003F99E0 /* CarouselTests.swift in Sources */, + 5F5A5FCF2E867FA4003F99E0 /* CheckboxTests.swift in Sources */, + 5F5A5FD02E867FA4003F99E0 /* ChipTests.swift in Sources */, + 5F5A5FD12E867FA4003F99E0 /* CroutonTests.swift in Sources */, + 5F5A5FD22E867FA4003F99E0 /* DataCardTests.swift in Sources */, + 5F5A5FD32E867FA4003F99E0 /* EmptyStateTests.swift in Sources */, + 5F5A5FD42E867FA4003F99E0 /* FeedbackTests.swift in Sources */, + 5F5A5FD52E867FA4003F99E0 /* GradientTests.swift in Sources */, + 5F5A5FD62E867FA4003F99E0 /* HeaderTests.swift in Sources */, + 5F5A5FD72E867FA4003F99E0 /* InputFieldTests.swift in Sources */, + 5F5A5FD82E867FA4003F99E0 /* ListTests.swift in Sources */, + 5F5A5FD92E867FA4003F99E0 /* RadioButtonTests.swift in Sources */, + 5F5A5FDA2E867FA4003F99E0 /* SkeletonTests.swift in Sources */, + 5F5A5FDB2E867FA4003F99E0 /* SnackbarTests.swift in Sources */, + 5F5A5FDC2E867FA4003F99E0 /* StepperTests.swift in Sources */, + 5F5A5FDD2E867FA4003F99E0 /* TabsTests.swift in Sources */, + 5F5A5FDE2E867FA4003F99E0 /* TagTests.swift in Sources */, + 5F5A5FDF2E867FA4003F99E0 /* TestHelpers.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; B8F98FE62546C95600DFBFE9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -175,9 +622,177 @@ isa = PBXTargetDependency; productRef = 18FB8A9C288067980043CA80 /* MisticaCommon */; }; + 5F5A42042E866A83003F99E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B8F98FE92546C95600DFBFE9 /* MisticaCatalog */; + targetProxy = 5F5A42032E866A83003F99E0 /* PBXContainerItemProxy */; + }; + 5F5A5D232E867EE7003F99E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B8F98FE92546C95600DFBFE9 /* MisticaCatalog */; + targetProxy = 5F5A5D222E867EE7003F99E0 /* PBXContainerItemProxy */; + }; + 5F5A5D302E867EF8003F99E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B8F98FE92546C95600DFBFE9 /* MisticaCatalog */; + targetProxy = 5F5A5D2F2E867EF8003F99E0 /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ + 5F5A42052E866A83003F99E0 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CODE_SIGN_STYLE = Manual; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = ""; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.0; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.tid.mistica.MisticaTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MisticaCatalog.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MisticaCatalog"; + }; + name = Debug; + }; + 5F5A42062E866A83003F99E0 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CODE_SIGN_STYLE = Manual; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = ""; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.0; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.tid.mistica.MisticaTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MisticaCatalog.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MisticaCatalog"; + }; + name = Release; + }; + 5F5A5D252E867EE7003F99E0 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CODE_SIGN_STYLE = Manual; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = ""; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.5; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.tid.mistica.MisticaCommonTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MisticaCatalog.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MisticaCatalog"; + }; + name = Debug; + }; + 5F5A5D262E867EE7003F99E0 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CODE_SIGN_STYLE = Manual; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = ""; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.5; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.tid.mistica.MisticaCommonTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MisticaCatalog.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MisticaCatalog"; + }; + name = Release; + }; + 5F5A5D322E867EF8003F99E0 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CODE_SIGN_STYLE = Manual; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = ""; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.5; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.tid.mistica.MisticaSwiftUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MisticaCatalog.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MisticaCatalog"; + }; + name = Debug; + }; + 5F5A5D332E867EF8003F99E0 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CODE_SIGN_STYLE = Manual; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = ""; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.5; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.tid.mistica.MisticaSwiftUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MisticaCatalog.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MisticaCatalog"; + }; + name = Release; + }; B8F98FF72546C95800DFBFE9 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReferenceAnchor = 84B6C4022D5E4341000BC0C9 /* SupportFiles */; @@ -355,6 +970,33 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 5F5A42072E866A83003F99E0 /* Build configuration list for PBXNativeTarget "MisticaTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5F5A42052E866A83003F99E0 /* Debug */, + 5F5A42062E866A83003F99E0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5F5A5D242E867EE7003F99E0 /* Build configuration list for PBXNativeTarget "MisticaCommonTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5F5A5D252E867EE7003F99E0 /* Debug */, + 5F5A5D262E867EE7003F99E0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5F5A5D312E867EF8003F99E0 /* Build configuration list for PBXNativeTarget "MisticaSwiftUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5F5A5D322E867EF8003F99E0 /* Debug */, + 5F5A5D332E867EF8003F99E0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B8F98FE52546C95600DFBFE9 /* Build configuration list for PBXProject "MisticaCatalog" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -375,6 +1017,17 @@ }; /* End XCConfigurationList section */ +/* Begin XCRemoteSwiftPackageReference section */ + 5F5A42C12E866B38003F99E0 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing.git"; + requirement = { + kind = exactVersion; + version = 1.18.6; + }; + }; +/* End XCRemoteSwiftPackageReference section */ + /* Begin XCSwiftPackageProductDependency section */ 18E42D47287F181700BB7B39 /* Mistica */ = { isa = XCSwiftPackageProductDependency; @@ -388,6 +1041,21 @@ isa = XCSwiftPackageProductDependency; productName = MisticaCommon; }; + 5F5A42C22E866B38003F99E0 /* SnapshotTesting */ = { + isa = XCSwiftPackageProductDependency; + package = 5F5A42C12E866B38003F99E0 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */; + productName = SnapshotTesting; + }; + 5F5A60852E868006003F99E0 /* SnapshotTesting */ = { + isa = XCSwiftPackageProductDependency; + package = 5F5A42C12E866B38003F99E0 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */; + productName = SnapshotTesting; + }; + 5F5A60872E86800D003F99E0 /* SnapshotTesting */ = { + isa = XCSwiftPackageProductDependency; + package = 5F5A42C12E866B38003F99E0 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */; + productName = SnapshotTesting; + }; B8F990622546CAA500DFBFE9 /* Mistica */ = { isa = XCSwiftPackageProductDependency; productName = Mistica; diff --git a/MisticaCatalog/MisticaCatalog.xcodeproj/xcshareddata/xcschemes/MisticaCatalog.xcscheme b/MisticaCatalog/MisticaCatalog.xcodeproj/xcshareddata/xcschemes/MisticaCatalog.xcscheme index a12b7b9f7..efb523ff4 100644 --- a/MisticaCatalog/MisticaCatalog.xcodeproj/xcshareddata/xcschemes/MisticaCatalog.xcscheme +++ b/MisticaCatalog/MisticaCatalog.xcodeproj/xcshareddata/xcschemes/MisticaCatalog.xcscheme @@ -29,33 +29,36 @@ shouldUseLaunchSchemeArgsEnv = "YES"> + skipped = "NO" + parallelizable = "NO"> + BlueprintIdentifier = "5F5A41FE2E866A83003F99E0" + BuildableName = "MisticaTests.xctest" + BlueprintName = "MisticaTests" + ReferencedContainer = "container:MisticaCatalog.xcodeproj"> + skipped = "NO" + parallelizable = "NO"> + BlueprintIdentifier = "5F5A5D1D2E867EE7003F99E0" + BuildableName = "MisticaCommonTests.xctest" + BlueprintName = "MisticaCommonTests" + ReferencedContainer = "container:MisticaCatalog.xcodeproj"> + skipped = "NO" + parallelizable = "NO"> + BlueprintIdentifier = "5F5A5D2A2E867EF8003F99E0" + BuildableName = "MisticaSwiftUITests.xctest" + BlueprintName = "MisticaSwiftUITests" + ReferencedContainer = "container:MisticaCatalog.xcodeproj"> diff --git a/Tests/MisticaCommonTests/Fonts/FontStyleTests.swift b/MisticaCatalog/MisticaCommonTests/Fonts/FontStyleTests.swift similarity index 100% rename from Tests/MisticaCommonTests/Fonts/FontStyleTests.swift rename to MisticaCatalog/MisticaCommonTests/Fonts/FontStyleTests.swift diff --git a/Tests/MisticaCommonTests/Fonts/FontToolkitTests.swift b/MisticaCatalog/MisticaCommonTests/Fonts/FontToolkitTests.swift similarity index 100% rename from Tests/MisticaCommonTests/Fonts/FontToolkitTests.swift rename to MisticaCatalog/MisticaCommonTests/Fonts/FontToolkitTests.swift diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-dark-style.png b/MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-dark-style.png similarity index 100% rename from Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-dark-style.png rename to MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-dark-style.png diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-style.png b/MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-style.png similarity index 100% rename from Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-style.png rename to MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-style.png diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-dark-style.png b/MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-dark-style.png similarity index 100% rename from Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-dark-style.png rename to MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-dark-style.png diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-style.png b/MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-style.png similarity index 100% rename from Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-style.png rename to MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-style.png diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-dark-style.png b/MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-dark-style.png similarity index 100% rename from Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-dark-style.png rename to MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-dark-style.png diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-style.png b/MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-style.png similarity index 100% rename from Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-style.png rename to MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-style.png diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-dark-style.png b/MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-dark-style.png similarity index 100% rename from Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-dark-style.png rename to MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-dark-style.png diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-style.png b/MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-style.png similarity index 100% rename from Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-style.png rename to MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-style.png diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-dark-style.png b/MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-dark-style.png similarity index 100% rename from Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-dark-style.png rename to MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-dark-style.png diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-style.png b/MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-style.png similarity index 100% rename from Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-style.png rename to MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-style.png diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-dark-style.png similarity index 100% rename from Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-dark-style.png rename to MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-dark-style.png diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-style.png b/MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-style.png similarity index 100% rename from Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-style.png rename to MisticaCatalog/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-style.png diff --git a/Tests/MisticaCommonTests/Resources/Telefonica-Bold.otf b/MisticaCatalog/MisticaCommonTests/Resources/Telefonica-Bold.otf similarity index 100% rename from Tests/MisticaCommonTests/Resources/Telefonica-Bold.otf rename to MisticaCatalog/MisticaCommonTests/Resources/Telefonica-Bold.otf diff --git a/Tests/MisticaCommonTests/Resources/Telefonica-Light.otf b/MisticaCatalog/MisticaCommonTests/Resources/Telefonica-Light.otf similarity index 100% rename from Tests/MisticaCommonTests/Resources/Telefonica-Light.otf rename to MisticaCatalog/MisticaCommonTests/Resources/Telefonica-Light.otf diff --git a/Tests/MisticaCommonTests/Resources/Telefonica-Regular.otf b/MisticaCatalog/MisticaCommonTests/Resources/Telefonica-Regular.otf similarity index 100% rename from Tests/MisticaCommonTests/Resources/Telefonica-Regular.otf rename to MisticaCatalog/MisticaCommonTests/Resources/Telefonica-Regular.otf diff --git a/Tests/MisticaCommonTests/TestHelpers.swift b/MisticaCatalog/MisticaCommonTests/TestHelpers.swift similarity index 100% rename from Tests/MisticaCommonTests/TestHelpers.swift rename to MisticaCatalog/MisticaCommonTests/TestHelpers.swift diff --git a/Tests/MisticaSwiftUITests/TestHelpers.swift b/MisticaCatalog/MisticaSwiftUITests/TestHelpers.swift similarity index 100% rename from Tests/MisticaSwiftUITests/TestHelpers.swift rename to MisticaCatalog/MisticaSwiftUITests/TestHelpers.swift diff --git a/Tests/MisticaSwiftUITests/UI/BadgeTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/BadgeTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/BadgeTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/BadgeTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/ButtonTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/ButtonTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/ButtonTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/ButtonTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/CalloutTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/CalloutTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/CalloutTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/CalloutTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/CarouselTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/CarouselTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/CarouselTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/CarouselTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/CheckboxTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/CheckboxTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/CheckboxTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/CheckboxTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/ChipTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/ChipTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/ChipTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/ChipTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/CroutonTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/CroutonTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/CroutonTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/CroutonTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/DataCardTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/DataCardTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/DataCardTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/DataCardTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/EmptyStateTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/EmptyStateTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/EmptyStateTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/EmptyStateTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/FeedbackTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/FeedbackTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/FeedbackTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/FeedbackTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/GradientTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/GradientTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/GradientTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/GradientTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/HeaderTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/HeaderTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/HeaderTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/HeaderTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/InputFieldTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/InputFieldTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/InputFieldTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/InputFieldTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/ListTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/ListTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/ListTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/ListTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/RadioButtonTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/RadioButtonTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/RadioButtonTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/RadioButtonTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/SkeletonTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/SkeletonTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/SkeletonTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/SkeletonTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/SnackbarTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/SnackbarTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/SnackbarTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/SnackbarTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/StepperTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/StepperTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/StepperTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/StepperTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/TabsTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/TabsTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/TabsTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/TabsTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/TagTests.swift b/MisticaCatalog/MisticaSwiftUITests/UI/TagTests.swift similarity index 100% rename from Tests/MisticaSwiftUITests/UI/TagTests.swift rename to MisticaCatalog/MisticaSwiftUITests/UI/TagTests.swift diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testFlagBadgeContent.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testFlagBadgeContent.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testFlagBadgeContent.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testFlagBadgeContent.1.png diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testNumericBadgeContent.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testNumericBadgeContent.1.png new file mode 100644 index 000000000..8af9b177c Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testNumericBadgeContent.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.1.png new file mode 100644 index 000000000..00f36cba8 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.1.png new file mode 100644 index 000000000..aa89a135f Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevron.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevron.1.png new file mode 100644 index 000000000..24bdc9620 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevron.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.1.png new file mode 100644 index 000000000..2388ebaeb Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevron.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevron.1.png new file mode 100644 index 000000000..7bf4b56d9 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevron.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.1.png new file mode 100644 index 000000000..b0d101a08 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png new file mode 100644 index 000000000..cb2ad456b Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.1.png new file mode 100644 index 000000000..db225e225 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.1.png new file mode 100644 index 000000000..788758013 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.1.png new file mode 100644 index 000000000..c0f8d73b2 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.1.png new file mode 100644 index 000000000..cf6ee7b40 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevron.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevron.1.png new file mode 100644 index 000000000..27d1870f2 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevron.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.1.png new file mode 100644 index 000000000..4d25e48e3 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevron.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevron.1.png new file mode 100644 index 000000000..5c23f7638 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevron.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.1.png new file mode 100644 index 000000000..9e1af4c7d Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png new file mode 100644 index 000000000..af2cd7b7b Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.1.png new file mode 100644 index 000000000..a4e099682 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.1.png new file mode 100644 index 000000000..606100e9e Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testDismissButton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testDismissButton.1.png new file mode 100644 index 000000000..16be3e5f6 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testDismissButton.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImage.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImage.1.png new file mode 100644 index 000000000..c53f4038b Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImage.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImageAndDismiss.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImageAndDismiss.1.png new file mode 100644 index 000000000..9af8d2a16 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImageAndDismiss.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testLink.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testLink.1.png new file mode 100644 index 000000000..cb096b8e6 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testLink.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoButtons.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoButtons.1.png new file mode 100644 index 000000000..685414a61 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoButtons.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoTitle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoTitle.1.png new file mode 100644 index 000000000..569ab8346 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoTitle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimary.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimary.1.png new file mode 100644 index 000000000..c454f2b2a Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimary.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndLink.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndLink.1.png new file mode 100644 index 000000000..9f665f91a Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndLink.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondary.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondary.1.png new file mode 100644 index 000000000..d9ec0ad3d Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondary.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondary.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondary.1.png new file mode 100644 index 000000000..1989d518f Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondary.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondaryAndLink.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondaryAndLink.1.png new file mode 100644 index 000000000..8e433aea8 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondaryAndLink.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFree.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFree.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFree.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFree.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFullWith.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFullWith.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFullWith.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFullWith.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testIndex.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testIndex.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testIndex.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testIndex.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testLeadingBullets.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testLeadingBullets.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testLeadingBullets.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testLeadingBullets.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testNoBullets.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testNoBullets.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testNoBullets.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testNoBullets.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testPaginated.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testPaginated.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testPaginated.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testPaginated.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testTrailingBullets.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testTrailingBullets.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testTrailingBullets.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testTrailingBullets.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CheckboxTests/testUnselectedCheckbox.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CheckboxTests/testUnselectedCheckbox.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/CheckboxTests/testUnselectedCheckbox.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CheckboxTests/testUnselectedCheckbox.1.png diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithClose.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithClose.1.png new file mode 100644 index 000000000..c0cf9131d Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithClose.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImage.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImage.1.png new file mode 100644 index 000000000..844e46fc9 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImage.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImageAndClose.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImageAndClose.1.png new file mode 100644 index 000000000..999c5569a Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImageAndClose.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithClose.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithClose.1.png new file mode 100644 index 000000000..c463f6c14 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithClose.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImage.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImage.1.png new file mode 100644 index 000000000..2d0c22412 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImage.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImageAndClose.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImageAndClose.1.png new file mode 100644 index 000000000..f16bc63bb Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImageAndClose.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedChipWithImage.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedChipWithImage.1.png new file mode 100644 index 000000000..cb0efb105 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedChipWithImage.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedInverseChipWithImage.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedInverseChipWithImage.1.png new file mode 100644 index 000000000..320eb719f Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedInverseChipWithImage.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongChip.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongChip.1.png new file mode 100644 index 000000000..e859db545 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongChip.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongInverseChip.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongInverseChip.1.png new file mode 100644 index 000000000..6b1a08db2 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongInverseChip.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooShortChip.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooShortChip.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooShortChip.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooShortChip.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooShortInverseChip.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooShortInverseChip.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooShortInverseChip.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooShortInverseChip.1.png diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testError.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testError.1.png new file mode 100644 index 000000000..61f9bbb3d Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testError.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithInfiniteTimeInterval.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithInfiniteTimeInterval.1.png new file mode 100644 index 000000000..7073b64a9 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithInfiniteTimeInterval.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithTenSecondsTimeInterval.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithTenSecondsTimeInterval.1.png new file mode 100644 index 000000000..74ca74d00 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithTenSecondsTimeInterval.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButton.1.png new file mode 100644 index 000000000..5fab687f0 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButton.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png new file mode 100644 index 000000000..0c5afd21a Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeTitle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeTitle.1.png new file mode 100644 index 000000000..63e3e6820 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeTitle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testNotVisible.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testNotVisible.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testNotVisible.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testNotVisible.1.png diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitle.1.png new file mode 100644 index 000000000..87ea398c6 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitleAndAction.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitleAndAction.1.png new file mode 100644 index 000000000..74ca74d00 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitleAndAction.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testAlternativeColors.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testAlternativeColors.1.png new file mode 100644 index 000000000..2a992e7c2 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testAlternativeColors.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtonAndFragment.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtonAndFragment.1.png new file mode 100644 index 000000000..9b4f2f343 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtonAndFragment.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtons.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtons.1.png new file mode 100644 index 000000000..fc2d8881d Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtons.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDescriptionOnly.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDescriptionOnly.1.png new file mode 100644 index 000000000..0a4b9418e Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDescriptionOnly.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDismissAction.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDismissAction.1.png new file mode 100644 index 000000000..d16124631 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDismissAction.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testFixedVerticalContentSize.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testFixedVerticalContentSize.1.png new file mode 100644 index 000000000..ec699bf00 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testFixedVerticalContentSize.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIcon.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIcon.1.png new file mode 100644 index 000000000..7a2773282 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIcon.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIconNoBackground.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIconNoBackground.1.png new file mode 100644 index 000000000..53ba1993d Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIconNoBackground.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testImage.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testImage.1.png new file mode 100644 index 000000000..56538c98f Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testImage.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMinimumCard.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMinimumCard.1.png new file mode 100644 index 000000000..6ed038316 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMinimumCard.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMultipleline.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMultipleline.1.png new file mode 100644 index 000000000..68ce8006f Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMultipleline.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNoButtons.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNoButtons.1.png new file mode 100644 index 000000000..58a237dc6 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNoButtons.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNonFixedVerticalContentSize.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNonFixedVerticalContentSize.1.png new file mode 100644 index 000000000..7ac0b7829 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNonFixedVerticalContentSize.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testSingleline.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testSingleline.1.png new file mode 100644 index 000000000..2ce8755a8 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testSingleline.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testTitleOnly.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testTitleOnly.1.png new file mode 100644 index 000000000..ef2e2e880 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testTitleOnly.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testCardStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testCardStyle.1.png new file mode 100644 index 000000000..31baa35f1 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testCardStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testFullWidthAsset.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testFullWidthAsset.1.png new file mode 100644 index 000000000..41f81be15 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testFullWidthAsset.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testIconAsset.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testIconAsset.1.png new file mode 100644 index 000000000..d83d5061f Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testIconAsset.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testImageAsset.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testImageAsset.1.png new file mode 100644 index 000000000..a5b0b6e19 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testImageAsset.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustPrimaryButton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustPrimaryButton.1.png new file mode 100644 index 000000000..eaa8db747 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustPrimaryButton.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustSecondaryButton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustSecondaryButton.1.png new file mode 100644 index 000000000..4b60d54a7 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustSecondaryButton.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testLargeText.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testLargeText.1.png new file mode 100644 index 000000000..9d841f31b Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testLargeText.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoButtons.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoButtons.1.png new file mode 100644 index 000000000..8716ce7d8 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoButtons.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoDescription.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoDescription.1.png new file mode 100644 index 000000000..c703b41e4 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoDescription.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContent.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContent.1.png new file mode 100644 index 000000000..90cc61002 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContent.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContentAndReference.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContentAndReference.1.png new file mode 100644 index 000000000..90cc61002 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContentAndReference.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testError.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testError.1.png new file mode 100644 index 000000000..2155ed37d Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testError.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testErrorReference.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testErrorReference.1.png new file mode 100644 index 000000000..ec1ffd8f2 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testErrorReference.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testFeedback.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testFeedback.1.png new file mode 100644 index 000000000..c0d8f5fe2 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testFeedback.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testInformative.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testInformative.1.png new file mode 100644 index 000000000..ecc3d3dac Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testInformative.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testLinkButton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testLinkButton.1.png new file mode 100644 index 000000000..8ec329e21 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testLinkButton.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testMultiline.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testMultiline.1.png new file mode 100644 index 000000000..3233ded7f Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testMultiline.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testPrimarySecondaryAndLinkButtons.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testPrimarySecondaryAndLinkButtons.1.png new file mode 100644 index 000000000..8679ecf8f Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testPrimarySecondaryAndLinkButtons.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryAndLinkButtons.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryAndLinkButtons.1.png new file mode 100644 index 000000000..cfad06ad1 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryAndLinkButtons.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryButton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryButton.1.png new file mode 100644 index 000000000..15a01fa1f Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryButton.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSuccess.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSuccess.1.png new file mode 100644 index 000000000..4e0a648af Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSuccess.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/GradientTests/testGradientInView.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/GradientTests/testGradientInView.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/GradientTests/testGradientInView.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/GradientTests/testGradientInView.1.png diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png new file mode 100644 index 000000000..f9b717666 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderAndSmallStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderAndSmallStyle.1.png new file mode 100644 index 000000000..5fe21e602 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderAndSmallStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseAndSmallStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseAndSmallStyle.1.png new file mode 100644 index 000000000..edde3cce8 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseAndSmallStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseStyle.1.png new file mode 100644 index 000000000..0ce77c3ac Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png new file mode 100644 index 000000000..cffc0a38b Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndInverseStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndInverseStyle.1.png new file mode 100644 index 000000000..e8f99f7dc Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png new file mode 100644 index 000000000..661f88f73 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png new file mode 100644 index 000000000..1485d02de Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderWithInverseStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderWithInverseStyle.1.png new file mode 100644 index 000000000..a7baecf8e Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderWithInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png new file mode 100644 index 000000000..983ecdbeb Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderWithInverseStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderWithInverseStyle.1.png new file mode 100644 index 000000000..f6115dd3d Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderWithInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png new file mode 100644 index 000000000..546b4c088 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderWithInverseStyle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderWithInverseStyle.1.png new file mode 100644 index 000000000..28b55271f Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderWithInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDate.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDate.1.png new file mode 100644 index 000000000..ddd123775 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDate.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDropdown.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDropdown.1.png new file mode 100644 index 000000000..b0efcfd26 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDropdown.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongAssistiveText.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongAssistiveText.1.png new file mode 100644 index 000000000..5dcd42556 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongAssistiveText.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongPlaceholder.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongPlaceholder.1.png new file mode 100644 index 000000000..0a320e4ee Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongPlaceholder.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongText.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongText.1.png new file mode 100644 index 000000000..b9786362a Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongText.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testPhone.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testPhone.1.png new file mode 100644 index 000000000..93d28de62 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testPhone.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSearch.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSearch.1.png new file mode 100644 index 000000000..190ae3f97 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSearch.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSecure.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSecure.1.png new file mode 100644 index 000000000..a5bc4c745 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSecure.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testText.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testText.1.png new file mode 100644 index 000000000..2f5a585a4 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testText.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testBoxedRowContent.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testBoxedRowContent.1.png new file mode 100644 index 000000000..f2e43e104 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testBoxedRowContent.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testFullwidthRowContent.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testFullwidthRowContent.1.png new file mode 100644 index 000000000..7159aa346 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testFullwidthRowContent.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testImageAlignment.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testImageAlignment.1.png new file mode 100644 index 000000000..b2e12f418 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testImageAlignment.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInBoxedContent.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInBoxedContent.1.png new file mode 100644 index 000000000..3991bad5b Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInBoxedContent.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInFullwidthdContent.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInFullwidthdContent.1.png new file mode 100644 index 000000000..4677f2b00 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInFullwidthdContent.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/RadioButtonTests/testNonSelectedRadioButton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/RadioButtonTests/testNonSelectedRadioButton.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/RadioButtonTests/testNonSelectedRadioButton.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/RadioButtonTests/testNonSelectedRadioButton.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/RadioButtonTests/testSelectedRadioButton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/RadioButtonTests/testSelectedRadioButton.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/RadioButtonTests/testSelectedRadioButton.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/RadioButtonTests/testSelectedRadioButton.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testCircleSkeleton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testCircleSkeleton.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testCircleSkeleton.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testCircleSkeleton.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testLineSkeleton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testLineSkeleton.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testLineSkeleton.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testLineSkeleton.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testRectangleSkeleton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testRectangleSkeleton.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testRectangleSkeleton.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testRectangleSkeleton.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testRowSkeleton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testRowSkeleton.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testRowSkeleton.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testRowSkeleton.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testTextSkeleton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testTextSkeleton.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testTextSkeleton.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testTextSkeleton.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testTextSkeletonWithCustomLines.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testTextSkeletonWithCustomLines.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testTextSkeletonWithCustomLines.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SkeletonTests/testTextSkeletonWithCustomLines.1.png diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testError.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testError.1.png new file mode 100644 index 000000000..adc157bbb Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testError.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithInfiniteTimeInterval.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithInfiniteTimeInterval.1.png new file mode 100644 index 000000000..1115060cf Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithInfiniteTimeInterval.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithTenSecondsTimeInterval.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithTenSecondsTimeInterval.1.png new file mode 100644 index 000000000..caeafd6a2 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithTenSecondsTimeInterval.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButton.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButton.1.png new file mode 100644 index 000000000..46148f93e Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButton.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png new file mode 100644 index 000000000..de076db84 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeTitle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeTitle.1.png new file mode 100644 index 000000000..94a74d50b Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeTitle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testNotVisible.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testNotVisible.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testNotVisible.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testNotVisible.1.png diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitle.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitle.1.png new file mode 100644 index 000000000..d095bafaf Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitle.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitleAndAction.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitleAndAction.1.png new file mode 100644 index 000000000..caeafd6a2 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitleAndAction.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/StepperTests/testStepFourOfFourSteps.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/StepperTests/testStepFourOfFourSteps.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/StepperTests/testStepFourOfFourSteps.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/StepperTests/testStepFourOfFourSteps.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/StepperTests/testStepOneOfFourSteps.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/StepperTests/testStepOneOfFourSteps.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/StepperTests/testStepOneOfFourSteps.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/StepperTests/testStepOneOfFourSteps.1.png diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/StepperTests/testStepZeroOfFourSteps.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/StepperTests/testStepZeroOfFourSteps.1.png similarity index 100% rename from Tests/MisticaSwiftUITests/UI/__Snapshots__/StepperTests/testStepZeroOfFourSteps.1.png rename to MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/StepperTests/testStepZeroOfFourSteps.1.png diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourLongTabsAndSecondSelected.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourLongTabsAndSecondSelected.1.png new file mode 100644 index 000000000..71f22e476 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourLongTabsAndSecondSelected.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourNoImageTabs.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourNoImageTabs.1.png new file mode 100644 index 000000000..bb60c0da0 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourNoImageTabs.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourShortTabsAndSecondSelected.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourShortTabsAndSecondSelected.1.png new file mode 100644 index 000000000..05ac7051e Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourShortTabsAndSecondSelected.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testThreeNoImageTabs.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testThreeNoImageTabs.1.png new file mode 100644 index 000000000..9dfcc487c Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testThreeNoImageTabs.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabs.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabs.1.png new file mode 100644 index 000000000..a2233bc35 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabs.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabsAndSecondSelected.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabsAndSecondSelected.1.png new file mode 100644 index 000000000..881c8f993 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabsAndSecondSelected.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabs.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabs.1.png new file mode 100644 index 000000000..2d589edc7 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabs.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabsAndSecondSelected.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabsAndSecondSelected.1.png new file mode 100644 index 000000000..5880c06ea Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabsAndSecondSelected.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoLongTabs.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoLongTabs.1.png new file mode 100644 index 000000000..1e237d35d Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoLongTabs.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoShortTabs.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoShortTabs.1.png new file mode 100644 index 000000000..a8c3cf493 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoShortTabs.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testInverseTagContentWitchIcon.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testInverseTagContentWitchIcon.1.png new file mode 100644 index 000000000..b41abe5a2 Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testInverseTagContentWitchIcon.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testLargeTagContent.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testLargeTagContent.1.png new file mode 100644 index 000000000..40a8fb34c Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testLargeTagContent.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContent.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContent.1.png new file mode 100644 index 000000000..54098f3fa Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContent.1.png differ diff --git a/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContentWitchIcon.1.png b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContentWitchIcon.1.png new file mode 100644 index 000000000..49825718b Binary files /dev/null and b/MisticaCatalog/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContentWitchIcon.1.png differ diff --git a/Tests/MisticaTests/UI/BadgeTests.swift b/MisticaCatalog/MisticaTests/UI/BadgeTests.swift similarity index 100% rename from Tests/MisticaTests/UI/BadgeTests.swift rename to MisticaCatalog/MisticaTests/UI/BadgeTests.swift diff --git a/Tests/MisticaTests/UI/ButtonTests.swift b/MisticaCatalog/MisticaTests/UI/ButtonTests.swift similarity index 100% rename from Tests/MisticaTests/UI/ButtonTests.swift rename to MisticaCatalog/MisticaTests/UI/ButtonTests.swift diff --git a/Tests/MisticaTests/UI/CalloutTests.swift b/MisticaCatalog/MisticaTests/UI/CalloutTests.swift similarity index 100% rename from Tests/MisticaTests/UI/CalloutTests.swift rename to MisticaCatalog/MisticaTests/UI/CalloutTests.swift diff --git a/Tests/MisticaTests/UI/CarouselTests.swift b/MisticaCatalog/MisticaTests/UI/CarouselTests.swift similarity index 100% rename from Tests/MisticaTests/UI/CarouselTests.swift rename to MisticaCatalog/MisticaTests/UI/CarouselTests.swift diff --git a/Tests/MisticaTests/UI/CheckboxTests.swift b/MisticaCatalog/MisticaTests/UI/CheckboxTests.swift similarity index 100% rename from Tests/MisticaTests/UI/CheckboxTests.swift rename to MisticaCatalog/MisticaTests/UI/CheckboxTests.swift diff --git a/Tests/MisticaTests/UI/ControlsTests.swift b/MisticaCatalog/MisticaTests/UI/ControlsTests.swift similarity index 100% rename from Tests/MisticaTests/UI/ControlsTests.swift rename to MisticaCatalog/MisticaTests/UI/ControlsTests.swift diff --git a/Tests/MisticaTests/UI/DataCardTests.swift b/MisticaCatalog/MisticaTests/UI/DataCardTests.swift similarity index 100% rename from Tests/MisticaTests/UI/DataCardTests.swift rename to MisticaCatalog/MisticaTests/UI/DataCardTests.swift diff --git a/Tests/MisticaTests/UI/DeterminateStepperTests.swift b/MisticaCatalog/MisticaTests/UI/DeterminateStepperTests.swift similarity index 100% rename from Tests/MisticaTests/UI/DeterminateStepperTests.swift rename to MisticaCatalog/MisticaTests/UI/DeterminateStepperTests.swift diff --git a/Tests/MisticaTests/UI/EmptyStatesTests.swift b/MisticaCatalog/MisticaTests/UI/EmptyStatesTests.swift similarity index 100% rename from Tests/MisticaTests/UI/EmptyStatesTests.swift rename to MisticaCatalog/MisticaTests/UI/EmptyStatesTests.swift diff --git a/Tests/MisticaTests/UI/FeedbackTests.swift b/MisticaCatalog/MisticaTests/UI/FeedbackTests.swift similarity index 100% rename from Tests/MisticaTests/UI/FeedbackTests.swift rename to MisticaCatalog/MisticaTests/UI/FeedbackTests.swift diff --git a/Tests/MisticaTests/UI/FilterTests.swift b/MisticaCatalog/MisticaTests/UI/FilterTests.swift similarity index 100% rename from Tests/MisticaTests/UI/FilterTests.swift rename to MisticaCatalog/MisticaTests/UI/FilterTests.swift diff --git a/Tests/MisticaTests/UI/Fixtures/Icons/circleRed.png b/MisticaCatalog/MisticaTests/UI/Fixtures/Icons/circleRed.png similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/Icons/circleRed.png rename to MisticaCatalog/MisticaTests/UI/Fixtures/Icons/circleRed.png diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/BadgeXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/BadgeXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/BadgeXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/BadgeXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/BadgeXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/BadgeXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/BadgeXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/BadgeXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/ButtonXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/ButtonXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/ButtonXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/ButtonXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/ButtonXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/ButtonXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/ButtonXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/ButtonXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/CalloutXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/CalloutXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/CalloutXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/CalloutXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/CalloutXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/CalloutXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/CalloutXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/CalloutXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/CheckboxXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/CheckboxXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/CheckboxXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/CheckboxXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/CheckboxXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/CheckboxXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/CheckboxXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/CheckboxXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/DataCardXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/DataCardXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/DataCardXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/DataCardXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/DataCardXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/DataCardXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/DataCardXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/DataCardXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/DeterminateStepperXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/DeterminateStepperXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/DeterminateStepperXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/DeterminateStepperXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/DeterminateStepperXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/DeterminateStepperXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/DeterminateStepperXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/DeterminateStepperXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/EmptyStateXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/EmptyStateXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/EmptyStateXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/EmptyStateXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/EmptyStateXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/EmptyStateXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/EmptyStateXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/EmptyStateXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/FormXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/FormXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/FormXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/FormXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/FormXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/FormXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/FormXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/FormXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/HighlightedCardXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/HighlightedCardXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/HighlightedCardXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/HighlightedCardXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/HighlightedCardXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/HighlightedCardXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/HighlightedCardXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/HighlightedCardXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/IndeterminateStepperXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/IndeterminateStepperXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/IndeterminateStepperXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/IndeterminateStepperXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/IndeterminateStepperXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/IndeterminateStepperXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/IndeterminateStepperXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/IndeterminateStepperXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/ListsXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/ListsXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/ListsXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/ListsXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/ListsXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/ListsXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/ListsXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/ListsXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/MediaCardXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/MediaCardXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/MediaCardXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/MediaCardXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/MediaCardXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/MediaCardXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/MediaCardXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/MediaCardXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/TabsXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/TabsXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/TabsXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/TabsXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/TabsXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/TabsXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/TabsXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/TabsXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/TagXIBIntegration.swift b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/TagXIBIntegration.swift similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/TagXIBIntegration.swift rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/TagXIBIntegration.swift diff --git a/Tests/MisticaTests/UI/Fixtures/XIBIntegration/TagXIBIntegration.xib b/MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/TagXIBIntegration.xib similarity index 100% rename from Tests/MisticaTests/UI/Fixtures/XIBIntegration/TagXIBIntegration.xib rename to MisticaCatalog/MisticaTests/UI/Fixtures/XIBIntegration/TagXIBIntegration.xib diff --git a/Tests/MisticaTests/UI/FormTests.swift b/MisticaCatalog/MisticaTests/UI/FormTests.swift similarity index 100% rename from Tests/MisticaTests/UI/FormTests.swift rename to MisticaCatalog/MisticaTests/UI/FormTests.swift diff --git a/Tests/MisticaTests/UI/GradientTests.swift b/MisticaCatalog/MisticaTests/UI/GradientTests.swift similarity index 100% rename from Tests/MisticaTests/UI/GradientTests.swift rename to MisticaCatalog/MisticaTests/UI/GradientTests.swift diff --git a/Tests/MisticaTests/UI/HeaderTests.swift b/MisticaCatalog/MisticaTests/UI/HeaderTests.swift similarity index 100% rename from Tests/MisticaTests/UI/HeaderTests.swift rename to MisticaCatalog/MisticaTests/UI/HeaderTests.swift diff --git a/Tests/MisticaTests/UI/HighlightedCardTests.swift b/MisticaCatalog/MisticaTests/UI/HighlightedCardTests.swift similarity index 100% rename from Tests/MisticaTests/UI/HighlightedCardTests.swift rename to MisticaCatalog/MisticaTests/UI/HighlightedCardTests.swift diff --git a/Tests/MisticaTests/UI/IndeterminateStepperTests.swift b/MisticaCatalog/MisticaTests/UI/IndeterminateStepperTests.swift similarity index 100% rename from Tests/MisticaTests/UI/IndeterminateStepperTests.swift rename to MisticaCatalog/MisticaTests/UI/IndeterminateStepperTests.swift diff --git a/Tests/MisticaTests/UI/InputFieldTests.swift b/MisticaCatalog/MisticaTests/UI/InputFieldTests.swift similarity index 100% rename from Tests/MisticaTests/UI/InputFieldTests.swift rename to MisticaCatalog/MisticaTests/UI/InputFieldTests.swift diff --git a/Tests/MisticaTests/UI/ListsTests.swift b/MisticaCatalog/MisticaTests/UI/ListsTests.swift similarity index 100% rename from Tests/MisticaTests/UI/ListsTests.swift rename to MisticaCatalog/MisticaTests/UI/ListsTests.swift diff --git a/Tests/MisticaTests/UI/LoadErrorViewControllerTests.swift b/MisticaCatalog/MisticaTests/UI/LoadErrorViewControllerTests.swift similarity index 100% rename from Tests/MisticaTests/UI/LoadErrorViewControllerTests.swift rename to MisticaCatalog/MisticaTests/UI/LoadErrorViewControllerTests.swift diff --git a/Tests/MisticaTests/UI/MediaCardTests.swift b/MisticaCatalog/MisticaTests/UI/MediaCardTests.swift similarity index 96% rename from Tests/MisticaTests/UI/MediaCardTests.swift rename to MisticaCatalog/MisticaTests/UI/MediaCardTests.swift index e5c8178ac..23b280c87 100644 --- a/Tests/MisticaTests/UI/MediaCardTests.swift +++ b/MisticaCatalog/MisticaTests/UI/MediaCardTests.swift @@ -125,7 +125,7 @@ final class MediaCardTests: XCTestCase { MisticaConfig.brandStyle = .vivoNew let configurationWithActions = MediaCardConfiguration( - richMedia: AnyValues.richMedia, + richMedia: AnyValues.richMedia(), headline: "headline", title: "Item title", pretitle: "Pretitle", @@ -151,7 +151,7 @@ extension MediaCardTests { static let button = CardButton(title: "Button", loadingTitle: "Loading", tapHandler: nil) static let link = CardLinkButton(title: "Button Link", tapHandler: nil) @MainActor - static var richMedia: UIImageView { + static func richMedia() -> UIImageView { let image = UIImageView(image: UIImage(color: .green)) image.heightAnchor.constraint(equalToConstant: 110).isActive = true @@ -163,7 +163,7 @@ extension MediaCardTests { func makeBasicCard(primaryButton: CardButton? = nil, linkButton: CardLinkButton? = nil) -> MediaCard { let configuration = MediaCardConfiguration( - richMedia: AnyValues.richMedia, + richMedia: AnyValues.richMedia(), descriptionTitle: "This is a description", button: primaryButton, link: linkButton @@ -179,7 +179,7 @@ extension MediaCardTests { } func makeCardWithFullContentAndButtons( - richMedia: UIView = AnyValues.richMedia, + richMedia: UIView? = nil, headline: String? = "headline", title: String? = "Item title", pretitle: String? = "Pretitle", @@ -189,7 +189,7 @@ extension MediaCardTests { hasFragment: Bool = true ) -> MediaCard { let configuration = MediaCardConfiguration( - richMedia: richMedia, + richMedia: richMedia ?? AnyValues.richMedia(), headline: headline, title: title, pretitle: pretitle, diff --git a/Tests/MisticaTests/UI/PopoverViewTests.swift b/MisticaCatalog/MisticaTests/UI/PopoverViewTests.swift similarity index 100% rename from Tests/MisticaTests/UI/PopoverViewTests.swift rename to MisticaCatalog/MisticaTests/UI/PopoverViewTests.swift diff --git a/Tests/MisticaTests/UI/RadioButtonTests.swift b/MisticaCatalog/MisticaTests/UI/RadioButtonTests.swift similarity index 100% rename from Tests/MisticaTests/UI/RadioButtonTests.swift rename to MisticaCatalog/MisticaTests/UI/RadioButtonTests.swift diff --git a/Tests/MisticaTests/UI/SheetTests.swift b/MisticaCatalog/MisticaTests/UI/SheetTests.swift similarity index 99% rename from Tests/MisticaTests/UI/SheetTests.swift rename to MisticaCatalog/MisticaTests/UI/SheetTests.swift index 715dab5d7..b3c49414e 100644 --- a/Tests/MisticaTests/UI/SheetTests.swift +++ b/MisticaCatalog/MisticaTests/UI/SheetTests.swift @@ -238,7 +238,7 @@ final class SheetTests: XCTestCase { private extension SheetTests { var iconPath: String { - guard let url = Bundle.module.url(forResource: "circleRed", withExtension: "png") else { + guard let url = Bundle(for: type(of: self)).url(forResource: "circleRed", withExtension: "png") else { fatalError("Asset named circleRed not found") } diff --git a/Tests/MisticaTests/UI/SkeletonTests.swift b/MisticaCatalog/MisticaTests/UI/SkeletonTests.swift similarity index 100% rename from Tests/MisticaTests/UI/SkeletonTests.swift rename to MisticaCatalog/MisticaTests/UI/SkeletonTests.swift diff --git a/Tests/MisticaTests/UI/SnackbarTests.swift b/MisticaCatalog/MisticaTests/UI/SnackbarTests.swift similarity index 100% rename from Tests/MisticaTests/UI/SnackbarTests.swift rename to MisticaCatalog/MisticaTests/UI/SnackbarTests.swift diff --git a/Tests/MisticaTests/UI/TabsTests.swift b/MisticaCatalog/MisticaTests/UI/TabsTests.swift similarity index 100% rename from Tests/MisticaTests/UI/TabsTests.swift rename to MisticaCatalog/MisticaTests/UI/TabsTests.swift diff --git a/Tests/MisticaTests/UI/TagTests.swift b/MisticaCatalog/MisticaTests/UI/TagTests.swift similarity index 100% rename from Tests/MisticaTests/UI/TagTests.swift rename to MisticaCatalog/MisticaTests/UI/TagTests.swift diff --git a/Tests/MisticaTests/UI/TitleHeaderFooterViewTests.swift b/MisticaCatalog/MisticaTests/UI/TitleHeaderFooterViewTests.swift similarity index 100% rename from Tests/MisticaTests/UI/TitleHeaderFooterViewTests.swift rename to MisticaCatalog/MisticaTests/UI/TitleHeaderFooterViewTests.swift diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-blau-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-blau-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-blau-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-blau-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-blau-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-blau-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-movistar-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-movistar-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-movistar-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-movistar-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-movistar-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-movistar-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-o2New-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-o2New-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-o2New-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-o2New-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-o2New-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-o2New-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-telefonica-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-telefonica-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-telefonica-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-telefonica-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-telefonica-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-telefonica-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-tu-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-tu-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-tu-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-tu-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-tu-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-tu-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-vivoNew-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-vivoNew-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-vivoNew-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-vivoNew-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-vivoNew-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-vivoNew-style.png diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-dark-style.png new file mode 100644 index 000000000..3086d51a6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-style.png new file mode 100644 index 000000000..9e714d4f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-dark-style.png new file mode 100644 index 000000000..83e80a1e0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-style.png new file mode 100644 index 000000000..69788086c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-dark-style.png new file mode 100644 index 000000000..2825f85f2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-style.png new file mode 100644 index 000000000..9d8668a03 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-dark-style.png new file mode 100644 index 000000000..ba1eb50df Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-style.png new file mode 100644 index 000000000..4d43a622b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-dark-style.png new file mode 100644 index 000000000..0a333d468 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-style.png new file mode 100644 index 000000000..ee5ebd86d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-dark-style.png new file mode 100644 index 000000000..533d1f355 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-style.png new file mode 100644 index 000000000..9a23390e0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testXIBIntegration.1.png new file mode 100644 index 000000000..08afa1b83 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/BadgeTests/testXIBIntegration.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testChevronOnLargeView.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testChevronOnLargeView.1.png new file mode 100644 index 000000000..811292905 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testChevronOnLargeView.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.assertInitialState.png new file mode 100644 index 000000000..542f7b7de Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.finalState.png new file mode 100644 index 000000000..542f7b7de Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.finalState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-blau-dark-style.png new file mode 100644 index 000000000..6ef0b8912 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-blau-style.png new file mode 100644 index 000000000..7b95a4f63 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-movistar-dark-style.png new file mode 100644 index 000000000..32273501e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-movistar-style.png new file mode 100644 index 000000000..32273501e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-o2New-dark-style.png new file mode 100644 index 000000000..923161048 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-o2New-style.png new file mode 100644 index 000000000..77e0994e3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-telefonica-dark-style.png new file mode 100644 index 000000000..aa87db748 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-telefonica-style.png new file mode 100644 index 000000000..b67984816 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-tu-dark-style.png new file mode 100644 index 000000000..d90325b43 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-tu-style.png new file mode 100644 index 000000000..fda767d90 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-vivoNew-dark-style.png new file mode 100644 index 000000000..4f1a326eb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-vivoNew-style.png new file mode 100644 index 000000000..bc0f4b519 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-blau-dark-style.png new file mode 100644 index 000000000..92d735e64 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-blau-style.png new file mode 100644 index 000000000..0c138f1a3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-movistar-dark-style.png new file mode 100644 index 000000000..c13bc95c4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-movistar-style.png new file mode 100644 index 000000000..c13bc95c4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-o2New-dark-style.png new file mode 100644 index 000000000..3058e29a1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-o2New-style.png new file mode 100644 index 000000000..6bea0371f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-telefonica-dark-style.png new file mode 100644 index 000000000..ccd1a9486 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-telefonica-style.png new file mode 100644 index 000000000..3e4591111 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-tu-dark-style.png new file mode 100644 index 000000000..0b2783be9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-tu-style.png new file mode 100644 index 000000000..70aa7e86b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-vivoNew-dark-style.png new file mode 100644 index 000000000..84869d3d1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-vivoNew-style.png new file mode 100644 index 000000000..66d8054c4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeLeft.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeLeft.1.png similarity index 77% rename from Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeLeft.1.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeLeft.1.png index a1aa61831..9ff213d3a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeLeft.1.png and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeLeft.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeRight.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeRight.1.png similarity index 76% rename from Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeRight.1.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeRight.1.png index 622f9c287..18df7c98e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeRight.1.png and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeRight.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLoadingTextIsAlwaysSingleLine.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLoadingTextIsAlwaysSingleLine.1.png new file mode 100644 index 000000000..48b75421c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testLoadingTextIsAlwaysSingleLine.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testMinimumWidth.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testMinimumWidth.1.png new file mode 100644 index 000000000..48d7bb169 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testMinimumWidth.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-dark-style.png new file mode 100644 index 000000000..55ba69c84 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-style.png new file mode 100644 index 000000000..72dec0e1c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..0bf7ff8eb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-style.png new file mode 100644 index 000000000..0bf7ff8eb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..6a027132d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-style.png new file mode 100644 index 000000000..6a027132d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..d2670a1d7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-style.png new file mode 100644 index 000000000..2ee9e0382 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-dark-style.png new file mode 100644 index 000000000..fa40bfc24 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-style.png new file mode 100644 index 000000000..4046f2111 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..c390086c0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-style.png new file mode 100644 index 000000000..2916c58f9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-dark-style.png new file mode 100644 index 000000000..e0333efa1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-style.png new file mode 100644 index 000000000..3c7e79ca3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..8943a8d5c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-style.png new file mode 100644 index 000000000..58b18180e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..e62e7d2db Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-style.png new file mode 100644 index 000000000..b56ca7323 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..8f60c1ed3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-style.png new file mode 100644 index 000000000..e913dfcf5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-dark-style.png new file mode 100644 index 000000000..69fc160c4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-style.png new file mode 100644 index 000000000..4dc6f3e40 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..3566310a5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-style.png new file mode 100644 index 000000000..e824fe613 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-dark-style.png new file mode 100644 index 000000000..44b6ce256 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-style.png new file mode 100644 index 000000000..2d86f6d1b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..8943a8d5c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-style.png new file mode 100644 index 000000000..6572bca0b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..e62e7d2db Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-style.png new file mode 100644 index 000000000..271e65f94 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..8f60c1ed3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-style.png new file mode 100644 index 000000000..10fe4a681 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-dark-style.png new file mode 100644 index 000000000..69fc160c4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-style.png new file mode 100644 index 000000000..69fc160c4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..3566310a5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-style.png new file mode 100644 index 000000000..2273fb72e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-dark-style.png new file mode 100644 index 000000000..ac2b2f455 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-style.png new file mode 100644 index 000000000..774dac2d8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..8ba09aed3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-style.png new file mode 100644 index 000000000..ac3a9df94 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..40bb80959 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-style.png new file mode 100644 index 000000000..4747c628d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..913babc5c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-style.png new file mode 100644 index 000000000..4747c628d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-dark-style.png new file mode 100644 index 000000000..4234e4729 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-style.png new file mode 100644 index 000000000..4747c628d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..6f49937ce Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-style.png new file mode 100644 index 000000000..58c903826 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png new file mode 100644 index 000000000..edff4f43a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-style.png new file mode 100644 index 000000000..cc689e994 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..610ecc3b2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-style.png new file mode 100644 index 000000000..e963a1f34 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..c847a82a2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-style.png new file mode 100644 index 000000000..65533b4f5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..cbe0f48a5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png new file mode 100644 index 000000000..65533b4f5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png new file mode 100644 index 000000000..6f1bd4611 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-style.png new file mode 100644 index 000000000..65533b4f5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..245d868d9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png new file mode 100644 index 000000000..d866020f5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-blau-dark-style.png new file mode 100644 index 000000000..a7bf1f478 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-blau-style.png new file mode 100644 index 000000000..34bafc42c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..59d4238dd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-movistar-style.png new file mode 100644 index 000000000..bfdf7ba84 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..0fba354f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-o2New-style.png new file mode 100644 index 000000000..66246602f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..183070986 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-telefonica-style.png new file mode 100644 index 000000000..66246602f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-tu-dark-style.png new file mode 100644 index 000000000..1936a409b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-tu-style.png new file mode 100644 index 000000000..66246602f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..534b5cbdb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-style.png new file mode 100644 index 000000000..914d46eae Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-dark-style.png new file mode 100644 index 000000000..ac2b2f455 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-style.png new file mode 100644 index 000000000..f6a704fa4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..8ba09aed3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-style.png new file mode 100644 index 000000000..792cc6f31 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..40bb80959 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-style.png new file mode 100644 index 000000000..d0ebff9de Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..913babc5c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-style.png new file mode 100644 index 000000000..dc85676c9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-dark-style.png new file mode 100644 index 000000000..4234e4729 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-style.png new file mode 100644 index 000000000..4126bdf37 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..6f49937ce Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-style.png new file mode 100644 index 000000000..be1c729dc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-dark-style.png new file mode 100644 index 000000000..edff4f43a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-style.png new file mode 100644 index 000000000..7bfe89a31 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..610ecc3b2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-style.png new file mode 100644 index 000000000..33ce53699 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..c847a82a2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-style.png new file mode 100644 index 000000000..9c0e5e140 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..cbe0f48a5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-style.png new file mode 100644 index 000000000..b7ee1ddd4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-dark-style.png new file mode 100644 index 000000000..6f1bd4611 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-style.png new file mode 100644 index 000000000..4874a2fd6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..245d868d9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-style.png new file mode 100644 index 000000000..430485beb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-blau-dark-style.png new file mode 100644 index 000000000..a7bf1f478 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-blau-style.png new file mode 100644 index 000000000..7b946cf4a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..59d4238dd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-movistar-style.png new file mode 100644 index 000000000..35787eb71 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..0fba354f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-o2New-style.png new file mode 100644 index 000000000..5e66bb0a1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..183070986 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-telefonica-style.png new file mode 100644 index 000000000..a4255e56c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-tu-dark-style.png new file mode 100644 index 000000000..1936a409b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-tu-style.png new file mode 100644 index 000000000..64c9f623d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..534b5cbdb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-vivoNew-style.png new file mode 100644 index 000000000..e2dc960d1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-dark-style.png new file mode 100644 index 000000000..6ca1d679a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-style.png new file mode 100644 index 000000000..aa9feba9c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..aa9feba9c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-style.png new file mode 100644 index 000000000..aa9feba9c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..aa9feba9c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-style.png new file mode 100644 index 000000000..aa9feba9c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..f3505d4eb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-style.png new file mode 100644 index 000000000..aa9feba9c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-dark-style.png new file mode 100644 index 000000000..2ea34fc5b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-style.png new file mode 100644 index 000000000..aa9feba9c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..8bed377b7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-style.png new file mode 100644 index 000000000..aa9feba9c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-dark-style.png new file mode 100644 index 000000000..0176627a2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-style.png new file mode 100644 index 000000000..a1721baf3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..ae0d8bd8a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-style.png new file mode 100644 index 000000000..9fb04ee88 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..5188de73d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-style.png new file mode 100644 index 000000000..fd2f3953f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..afbfe6f2a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-style.png new file mode 100644 index 000000000..80e651e8f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-dark-style.png new file mode 100644 index 000000000..691e13c15 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-style.png new file mode 100644 index 000000000..ca6ecafea Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..61d6785e7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-style.png new file mode 100644 index 000000000..e42e1a42e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-dark-style.png new file mode 100644 index 000000000..0176627a2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-style.png new file mode 100644 index 000000000..24845438c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..ae0d8bd8a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-style.png new file mode 100644 index 000000000..ae0d8bd8a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..5188de73d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-style.png new file mode 100644 index 000000000..f2e203063 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..afbfe6f2a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-style.png new file mode 100644 index 000000000..94ff41020 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-dark-style.png new file mode 100644 index 000000000..691e13c15 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-style.png new file mode 100644 index 000000000..64a758f91 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..61d6785e7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-style.png new file mode 100644 index 000000000..c9066d5b6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-dark-style.png new file mode 100644 index 000000000..9bbad10c5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-style.png new file mode 100644 index 000000000..6ccfd19b2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..2cbb4268d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-style.png new file mode 100644 index 000000000..6ccfd19b2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..5a573d39b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-style.png new file mode 100644 index 000000000..202d85b2f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..2c8c29f62 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-style.png new file mode 100644 index 000000000..ad8223559 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-dark-style.png new file mode 100644 index 000000000..0363a5f0c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-style.png new file mode 100644 index 000000000..ad8223559 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..4b18fc56f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-style.png new file mode 100644 index 000000000..ad8223559 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-dark-style.png new file mode 100644 index 000000000..e396e98c3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-style.png new file mode 100644 index 000000000..c09b420cb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..2af335445 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-style.png new file mode 100644 index 000000000..adda2ed73 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..cf3b6cec0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-style.png new file mode 100644 index 000000000..1b00f6a01 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..fb8033cb4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-style.png new file mode 100644 index 000000000..ae7a9607a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-dark-style.png new file mode 100644 index 000000000..747f5a1ea Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-style.png new file mode 100644 index 000000000..45232d023 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..5765914b4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-style.png new file mode 100644 index 000000000..60be32207 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.assertInitialState.png new file mode 100644 index 000000000..542f7b7de Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.finalState.png new file mode 100644 index 000000000..542f7b7de Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.finalState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.assertInitialState.png new file mode 100644 index 000000000..ec4b7e2a4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.finalState.png new file mode 100644 index 000000000..eabd42254 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.finalState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-dark-style.png new file mode 100644 index 000000000..69d2bc431 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-style.png new file mode 100644 index 000000000..ab6632888 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..7449f28e0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-style.png new file mode 100644 index 000000000..7449f28e0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..42b10522d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-style.png new file mode 100644 index 000000000..42b10522d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..4a885ab83 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-style.png new file mode 100644 index 000000000..f12b1c6bb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-dark-style.png new file mode 100644 index 000000000..bf3a41689 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-style.png new file mode 100644 index 000000000..9100f5134 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..b843cf107 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-style.png new file mode 100644 index 000000000..edd5c4f28 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-dark-style.png new file mode 100644 index 000000000..ac2b2f455 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-style.png new file mode 100644 index 000000000..774dac2d8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..8ba09aed3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-style.png new file mode 100644 index 000000000..ac3a9df94 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..40bb80959 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-style.png new file mode 100644 index 000000000..4747c628d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..913babc5c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-style.png new file mode 100644 index 000000000..4747c628d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-dark-style.png new file mode 100644 index 000000000..4234e4729 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-style.png new file mode 100644 index 000000000..4747c628d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..6f49937ce Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-style.png new file mode 100644 index 000000000..58c903826 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png new file mode 100644 index 000000000..edff4f43a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-style.png new file mode 100644 index 000000000..cc689e994 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..610ecc3b2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-style.png new file mode 100644 index 000000000..e963a1f34 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..c847a82a2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-style.png new file mode 100644 index 000000000..65533b4f5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..cbe0f48a5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png new file mode 100644 index 000000000..65533b4f5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png new file mode 100644 index 000000000..6f1bd4611 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-style.png new file mode 100644 index 000000000..65533b4f5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..245d868d9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png new file mode 100644 index 000000000..d866020f5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-blau-dark-style.png new file mode 100644 index 000000000..a7bf1f478 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-blau-style.png new file mode 100644 index 000000000..34bafc42c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..59d4238dd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-movistar-style.png new file mode 100644 index 000000000..bfdf7ba84 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..0fba354f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-o2New-style.png new file mode 100644 index 000000000..66246602f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..183070986 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-telefonica-style.png new file mode 100644 index 000000000..66246602f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-tu-dark-style.png new file mode 100644 index 000000000..1936a409b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-tu-style.png new file mode 100644 index 000000000..66246602f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..534b5cbdb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-style.png new file mode 100644 index 000000000..914d46eae Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-dark-style.png new file mode 100644 index 000000000..ac2b2f455 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-style.png new file mode 100644 index 000000000..f6a704fa4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..8ba09aed3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-style.png new file mode 100644 index 000000000..792cc6f31 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..40bb80959 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-style.png new file mode 100644 index 000000000..d0ebff9de Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..913babc5c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-style.png new file mode 100644 index 000000000..dc85676c9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-dark-style.png new file mode 100644 index 000000000..4234e4729 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-style.png new file mode 100644 index 000000000..4126bdf37 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..6f49937ce Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-style.png new file mode 100644 index 000000000..be1c729dc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-dark-style.png new file mode 100644 index 000000000..edff4f43a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-style.png new file mode 100644 index 000000000..7bfe89a31 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..610ecc3b2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-style.png new file mode 100644 index 000000000..33ce53699 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..c847a82a2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-style.png new file mode 100644 index 000000000..9c0e5e140 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..cbe0f48a5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-style.png new file mode 100644 index 000000000..b7ee1ddd4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-dark-style.png new file mode 100644 index 000000000..6f1bd4611 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-style.png new file mode 100644 index 000000000..4874a2fd6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..245d868d9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-style.png new file mode 100644 index 000000000..430485beb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-blau-dark-style.png new file mode 100644 index 000000000..a7bf1f478 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-blau-style.png new file mode 100644 index 000000000..7b946cf4a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..59d4238dd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-movistar-style.png new file mode 100644 index 000000000..35787eb71 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..0fba354f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-o2New-style.png new file mode 100644 index 000000000..5e66bb0a1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..183070986 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-telefonica-style.png new file mode 100644 index 000000000..a4255e56c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-tu-dark-style.png new file mode 100644 index 000000000..1936a409b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-tu-style.png new file mode 100644 index 000000000..64c9f623d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..534b5cbdb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-vivoNew-style.png new file mode 100644 index 000000000..e2dc960d1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-dark-style.png new file mode 100644 index 000000000..54510eb39 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-style.png new file mode 100644 index 000000000..6b202ec2d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..6b202ec2d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-style.png new file mode 100644 index 000000000..6b202ec2d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..6b202ec2d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-style.png new file mode 100644 index 000000000..6b202ec2d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..0a04d2cc7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-style.png new file mode 100644 index 000000000..6b202ec2d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-dark-style.png new file mode 100644 index 000000000..b14523d24 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-style.png new file mode 100644 index 000000000..6b202ec2d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..692b99d89 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-style.png new file mode 100644 index 000000000..6b202ec2d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-dark-style.png new file mode 100644 index 000000000..05503f6b6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-style.png new file mode 100644 index 000000000..9a880d468 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..682e69ac9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-style.png new file mode 100644 index 000000000..152af6c87 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..404a87b1e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-style.png new file mode 100644 index 000000000..ecbaa9523 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..8bd372a5f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-style.png new file mode 100644 index 000000000..d08bdd0d1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-dark-style.png new file mode 100644 index 000000000..7a3456f1a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-style.png new file mode 100644 index 000000000..d933a5012 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..17c5a4620 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-style.png new file mode 100644 index 000000000..00a405e21 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-dark-style.png new file mode 100644 index 000000000..05503f6b6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-style.png new file mode 100644 index 000000000..67b3de2a5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..682e69ac9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-style.png new file mode 100644 index 000000000..682e69ac9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..404a87b1e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-style.png new file mode 100644 index 000000000..0753dc607 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..8bd372a5f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-style.png new file mode 100644 index 000000000..4b92d8347 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-dark-style.png new file mode 100644 index 000000000..7a3456f1a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-style.png new file mode 100644 index 000000000..93fb06b89 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..17c5a4620 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-style.png new file mode 100644 index 000000000..c8e8d1449 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-dark-style.png new file mode 100644 index 000000000..521860559 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-style.png new file mode 100644 index 000000000..542ed58e8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..2d52bc47b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-style.png new file mode 100644 index 000000000..542ed58e8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..d3bb073d1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-style.png new file mode 100644 index 000000000..e25d2d3f7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..4d857d975 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-style.png new file mode 100644 index 000000000..e05be75be Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-dark-style.png new file mode 100644 index 000000000..79bfa200f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-style.png new file mode 100644 index 000000000..e05be75be Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..866bf05f7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-style.png new file mode 100644 index 000000000..e05be75be Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-dark-style.png new file mode 100644 index 000000000..19b740709 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-style.png new file mode 100644 index 000000000..9d03397e8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-dark-style.png new file mode 100644 index 000000000..50fdc8a0f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-style.png new file mode 100644 index 000000000..f1dd640ee Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-dark-style.png new file mode 100644 index 000000000..ef891afe2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-style.png new file mode 100644 index 000000000..54b57a6c6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-dark-style.png new file mode 100644 index 000000000..30bd84dda Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-style.png new file mode 100644 index 000000000..d38e420ed Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-dark-style.png new file mode 100644 index 000000000..5d951f8c8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-style.png new file mode 100644 index 000000000..5da08ca81 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..0fd6991a3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-style.png new file mode 100644 index 000000000..5014dfb57 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.assertInitialState.png new file mode 100644 index 000000000..542f7b7de Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.finalState.png new file mode 100644 index 000000000..542f7b7de Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.finalState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testTextIsAlwaysSingleLine.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testTextIsAlwaysSingleLine.1.png new file mode 100644 index 000000000..d6a023226 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testTextIsAlwaysSingleLine.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testXIBIntegration.1.png new file mode 100644 index 000000000..176918ced Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ButtonTests/testXIBIntegration.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-dark-style.png new file mode 100644 index 000000000..7eefc11bb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-style.png new file mode 100644 index 000000000..f2e0d594c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-dark-style.png new file mode 100644 index 000000000..68ec928d9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-style.png new file mode 100644 index 000000000..9f4daca7a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-dark-style.png new file mode 100644 index 000000000..f09cb0e64 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-style.png new file mode 100644 index 000000000..f0fbfc970 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-dark-style.png new file mode 100644 index 000000000..9e3f93c65 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-style.png new file mode 100644 index 000000000..d7934d9b6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-dark-style.png new file mode 100644 index 000000000..a95554cca Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-style.png new file mode 100644 index 000000000..b394764be Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-dark-style.png new file mode 100644 index 000000000..b57c55062 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-style.png new file mode 100644 index 000000000..df13dfe1a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContent.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContent.1.png new file mode 100644 index 000000000..ae5f9344b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContent.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutIcon.1.png new file mode 100644 index 000000000..74df4ca52 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutTitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutTitle.1.png new file mode 100644 index 000000000..bcf94879f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutTitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testInverseBackground.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testInverseBackground.1.png new file mode 100644 index 000000000..363a442dd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testInverseBackground.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnly.1.png new file mode 100644 index 000000000..167ab86a4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnlyWithoutAsset.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnlyWithoutAsset.1.png new file mode 100644 index 000000000..de061164f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnlyWithoutAsset.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testMinimumContent.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testMinimumContent.1.png new file mode 100644 index 000000000..9f4daca7a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testMinimumContent.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnly.1.png new file mode 100644 index 000000000..ae5f9344b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnlyWithoutAsset.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnlyWithoutAsset.1.png new file mode 100644 index 000000000..74df4ca52 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnlyWithoutAsset.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnly.1.png new file mode 100644 index 000000000..71479a78b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnlyWithoutAsset.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnlyWithoutAsset.1.png new file mode 100644 index 000000000..3c2f9ab1c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnlyWithoutAsset.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnly.1.png new file mode 100644 index 000000000..abc7ab7cc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnlyWithoutAsset.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnlyWithoutAsset.1.png new file mode 100644 index 000000000..15cdabfda Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnlyWithoutAsset.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnly.1.png new file mode 100644 index 000000000..6ad10c307 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnlyWithoutAsset.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnlyWithoutAsset.1.png new file mode 100644 index 000000000..70ea83085 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnlyWithoutAsset.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnly.1.png new file mode 100644 index 000000000..2f7d4b2de Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnlyWithoutAsset.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnlyWithoutAsset.1.png new file mode 100644 index 000000000..8de6a4a01 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnlyWithoutAsset.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testShowAsset.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testShowAsset.1.png new file mode 100644 index 000000000..d80edf767 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testShowAsset.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testShowLoadingStateForButtons.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testShowLoadingStateForButtons.1.png new file mode 100644 index 000000000..892091aca Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testShowLoadingStateForButtons.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testXIBIntegration.1.png new file mode 100644 index 000000000..1ac8fe43e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CalloutTests/testXIBIntegration.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitle.1.png new file mode 100644 index 000000000..f769ceff3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndImage.1.png new file mode 100644 index 000000000..b56d92e58 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitle.1.png new file mode 100644 index 000000000..96071cc8f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImage.1.png new file mode 100644 index 000000000..ce2acab1f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadline.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadline.1.png new file mode 100644 index 000000000..6db081996 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadline.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadlineAndNavigationPreset.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadlineAndNavigationPreset.1.png new file mode 100644 index 000000000..9da231598 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadlineAndNavigationPreset.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-telefonica-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-telefonica-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-telefonica-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-telefonica-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-telefonica-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-telefonica-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-telefonica-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-telefonica-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-telefonica-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-telefonica-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-telefonica-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-telefonica-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.assertInitialState.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.assertInitialState.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.assertInitialState.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.finalState.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.finalState.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.finalState.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testXIBIntegration.1.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testXIBIntegration.1.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/CheckboxTests/testXIBIntegration.1.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.assertInitialState.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.assertInitialState.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.assertInitialState.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.finalState.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.finalState.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.finalState.png diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-dark-style.png new file mode 100644 index 000000000..385fe57ba Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-style.png new file mode 100644 index 000000000..5a04c9029 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-dark-style.png new file mode 100644 index 000000000..c3afc7c3c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-style.png new file mode 100644 index 000000000..e5a2a0e67 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-dark-style.png new file mode 100644 index 000000000..47020e3ab Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-style.png new file mode 100644 index 000000000..16943fcc8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-dark-style.png new file mode 100644 index 000000000..0096a96bb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-style.png new file mode 100644 index 000000000..85dfdd6e4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-dark-style.png new file mode 100644 index 000000000..5acee3f8f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-style.png new file mode 100644 index 000000000..45f15a312 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-dark-style.png new file mode 100644 index 000000000..7de6b8b2f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-style.png new file mode 100644 index 000000000..e2d0af573 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.assertInitialState.png new file mode 100644 index 000000000..394651907 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.finalState.png new file mode 100644 index 000000000..86f43f0fa Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-style.png diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.1.png new file mode 100644 index 000000000..f22b6640a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.with-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.with-dark-style.png new file mode 100644 index 000000000..a1e7921a8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.with-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.assertInitialState.png new file mode 100644 index 000000000..b6a1af716 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.finalState.png new file mode 100644 index 000000000..bebe16cf6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.finalState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-dark-style.png new file mode 100644 index 000000000..a02e46d18 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-style.png new file mode 100644 index 000000000..cfd4c50a2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-dark-style.png new file mode 100644 index 000000000..4e992ea31 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-style.png new file mode 100644 index 000000000..0069f6d8b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-dark-style.png new file mode 100644 index 000000000..61185010a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-style.png new file mode 100644 index 000000000..9421d13f6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-dark-style.png new file mode 100644 index 000000000..93a2ba372 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-style.png new file mode 100644 index 000000000..859c51763 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-dark-style.png new file mode 100644 index 000000000..0bfca9f59 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-style.png new file mode 100644 index 000000000..ddd720ac6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-dark-style.png new file mode 100644 index 000000000..09830b13f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-style.png new file mode 100644 index 000000000..8dabe2156 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContent.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContent.1.png new file mode 100644 index 000000000..c9fa794aa Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContent.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutFragment.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutFragment.1.png new file mode 100644 index 000000000..6a0eb4360 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutFragment.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutHeadline.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutHeadline.1.png new file mode 100644 index 000000000..9a9254da0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutHeadline.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutIcon.1.png new file mode 100644 index 000000000..40d0789dc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutSubtitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutSubtitle.1.png new file mode 100644 index 000000000..4db4e2260 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutSubtitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testMinimumContent.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testMinimumContent.1.png new file mode 100644 index 000000000..0069f6d8b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testMinimumContent.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryAndLinkButtons.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryAndLinkButtons.1.png new file mode 100644 index 000000000..c78ecff01 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryAndLinkButtons.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryButtonsOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryButtonsOnly.1.png new file mode 100644 index 000000000..6ef80e802 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryButtonsOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeIcon.1.png new file mode 100644 index 000000000..70a9c412b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeImage.1.png new file mode 100644 index 000000000..ce3a9667a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testShowLoadingStateForButtons.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testShowLoadingStateForButtons.1.png new file mode 100644 index 000000000..4ea35454d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testShowLoadingStateForButtons.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testTextsWithMultiLine.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testTextsWithMultiLine.1.png new file mode 100644 index 000000000..8d968a1cb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testTextsWithMultiLine.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testXIBIntegration.1.png new file mode 100644 index 000000000..6554f25ec Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DataCardTests/testXIBIntegration.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.assertInitialState.png new file mode 100644 index 000000000..91b73a74f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.finalState.png new file mode 100644 index 000000000..c21ca7610 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.finalState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-dark-style.png new file mode 100644 index 000000000..0a5f50749 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-style.png new file mode 100644 index 000000000..e0e0e797b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-dark-style.png new file mode 100644 index 000000000..be7a68aac Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-style.png new file mode 100644 index 000000000..c8fe6740a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-dark-style.png new file mode 100644 index 000000000..edbae5a98 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-style.png new file mode 100644 index 000000000..540005719 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-dark-style.png new file mode 100644 index 000000000..6f49c3e13 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-style.png new file mode 100644 index 000000000..93fa9d447 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-dark-style.png new file mode 100644 index 000000000..0f3b94479 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-style.png new file mode 100644 index 000000000..7d1fd111b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-dark-style.png new file mode 100644 index 000000000..da7dc8c0e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-style.png new file mode 100644 index 000000000..95ffe10b0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.assertInitialState.png new file mode 100644 index 000000000..91b73a74f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.finalState.png new file mode 100644 index 000000000..bd3b27a67 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.finalState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperXIBIntegration.1.png new file mode 100644 index 000000000..043c66cef Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperXIBIntegration.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-dark-style.png new file mode 100644 index 000000000..4d792e816 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-style.png new file mode 100644 index 000000000..a59d773c4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-dark-style.png new file mode 100644 index 000000000..49e52402b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-style.png new file mode 100644 index 000000000..0f1ca0861 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-dark-style.png new file mode 100644 index 000000000..e7ac9d271 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-style.png new file mode 100644 index 000000000..4b615e489 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-dark-style.png new file mode 100644 index 000000000..c8319369e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-style.png new file mode 100644 index 000000000..865782bbe Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-dark-style.png new file mode 100644 index 000000000..3849f335c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-style.png new file mode 100644 index 000000000..66193a37b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-dark-style.png new file mode 100644 index 000000000..1dadbf182 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-style.png new file mode 100644 index 000000000..ea2b0b729 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnly.1.png new file mode 100644 index 000000000..47449c3a0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnlyAsACard.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnlyAsACard.1.png new file mode 100644 index 000000000..d9d11ea22 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnlyAsACard.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentAsACard.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentAsACard.1.png new file mode 100644 index 000000000..31d74b1fc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentAsACard.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentWithoutDescription.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentWithoutDescription.1.png new file mode 100644 index 000000000..52112409a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentWithoutDescription.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testLinkButtonOnlyAsACard.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testLinkButtonOnlyAsACard.1.png new file mode 100644 index 000000000..ec73013d8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testLinkButtonOnlyAsACard.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testMinimumContent.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testMinimumContent.1.png new file mode 100644 index 000000000..0f1ca0861 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testMinimumContent.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnly.1.png new file mode 100644 index 000000000..775b1ba19 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnlyAsACard.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnlyAsACard.1.png new file mode 100644 index 000000000..775b1ba19 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnlyAsACard.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryButtonOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryButtonOnly.1.png new file mode 100644 index 000000000..e3103620b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryButtonOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnly.1.png new file mode 100644 index 000000000..c1b3aa8d4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnlyAsACard.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnlyAsACard.1.png new file mode 100644 index 000000000..67962649c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnlyAsACard.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnly.1.png new file mode 100644 index 000000000..7dd1ad021 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnlyAsACard.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnlyAsACard.1.png new file mode 100644 index 000000000..5d0db36b0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnlyAsACard.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowActions.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowActions.1.png new file mode 100644 index 000000000..e3103620b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowActions.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowLoadingStateForButtons.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowLoadingStateForButtons.1.png new file mode 100644 index 000000000..f97f97428 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowLoadingStateForButtons.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testXIBIntegration.1.png new file mode 100644 index 000000000..6698f8b95 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testXIBIntegration.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-dark-style.png new file mode 100644 index 000000000..f5fd7f2b4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-style.png new file mode 100644 index 000000000..cce4cbd81 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-dark-style.png new file mode 100644 index 000000000..b54b048b4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-style.png new file mode 100644 index 000000000..4b5241f06 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-dark-style.png new file mode 100644 index 000000000..4294dae7d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-style.png new file mode 100644 index 000000000..4b3b75a11 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-dark-style.png new file mode 100644 index 000000000..b1e44bfd2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-style.png new file mode 100644 index 000000000..87c14a45e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-dark-style.png new file mode 100644 index 000000000..7ad1f090d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-style.png new file mode 100644 index 000000000..85169873b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-dark-style.png new file mode 100644 index 000000000..a0e8ee4c6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-style.png new file mode 100644 index 000000000..707ad524b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-dark-style.png new file mode 100644 index 000000000..9c2cc139c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-style.png new file mode 100644 index 000000000..693d1a75f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-dark-style.png new file mode 100644 index 000000000..1d86dc317 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-style.png new file mode 100644 index 000000000..8a0ccc825 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-dark-style.png new file mode 100644 index 000000000..bef6d8dcc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-style.png new file mode 100644 index 000000000..c5c462ca2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-dark-style.png new file mode 100644 index 000000000..4ea7737b1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-style.png new file mode 100644 index 000000000..04df14f4a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-dark-style.png new file mode 100644 index 000000000..c91a7067e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-style.png new file mode 100644 index 000000000..e5a92e638 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-dark-style.png new file mode 100644 index 000000000..d3c1d2620 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-style.png new file mode 100644 index 000000000..0e3714d35 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-dark-style.png new file mode 100644 index 000000000..6cdaf58ce Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-style.png new file mode 100644 index 000000000..97ba8c716 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-dark-style.png new file mode 100644 index 000000000..6a929a322 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-style.png new file mode 100644 index 000000000..83c2e979b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-dark-style.png new file mode 100644 index 000000000..b00b27d30 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-style.png new file mode 100644 index 000000000..0e4fea2c4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-dark-style.png new file mode 100644 index 000000000..4c48ce5d7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-style.png new file mode 100644 index 000000000..92ef84a93 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-dark-style.png new file mode 100644 index 000000000..25a73fa74 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-style.png new file mode 100644 index 000000000..29d9822fa Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-dark-style.png new file mode 100644 index 000000000..10a7113de Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-style.png new file mode 100644 index 000000000..fb1f7fa3f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-dark-style.png new file mode 100644 index 000000000..a2452f366 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-style.png new file mode 100644 index 000000000..631cab27e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-dark-style.png new file mode 100644 index 000000000..ae3cf3eb8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-style.png new file mode 100644 index 000000000..70d412a02 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-dark-style.png new file mode 100644 index 000000000..873b07f56 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-style.png new file mode 100644 index 000000000..f1484b034 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-dark-style.png new file mode 100644 index 000000000..0d1c21802 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-style.png new file mode 100644 index 000000000..7a65af63e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-dark-style.png new file mode 100644 index 000000000..f6f1c39e9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-style.png new file mode 100644 index 000000000..22f10186b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-dark-style.png new file mode 100644 index 000000000..132104ae6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-style.png new file mode 100644 index 000000000..f2492da10 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-dark-style.png new file mode 100644 index 000000000..c9f52becf Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-style.png new file mode 100644 index 000000000..c0457f895 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-dark-style.png new file mode 100644 index 000000000..d322f5393 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-style.png new file mode 100644 index 000000000..947491e27 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-dark-style.png new file mode 100644 index 000000000..18bf8901a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-style.png new file mode 100644 index 000000000..3e6ef837d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-dark-style.png new file mode 100644 index 000000000..72fd5cc6c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-style.png new file mode 100644 index 000000000..ed8d22355 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-dark-style.png new file mode 100644 index 000000000..d9a50ccac Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-style.png new file mode 100644 index 000000000..af6534559 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-dark-style.png new file mode 100644 index 000000000..e7826503c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-style.png new file mode 100644 index 000000000..afbe156e7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-dark-style.png new file mode 100644 index 000000000..f51e8fa00 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-style.png new file mode 100644 index 000000000..7369be1e8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-dark-style.png new file mode 100644 index 000000000..54695f1a1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-style.png new file mode 100644 index 000000000..8ed2c7903 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-dark-style.png new file mode 100644 index 000000000..c5e725b3a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-style.png new file mode 100644 index 000000000..3e8ffa733 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-dark-style.png new file mode 100644 index 000000000..04654ce96 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-style.png new file mode 100644 index 000000000..44e500811 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-dark-style.png new file mode 100644 index 000000000..b6b34ee5f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-style.png new file mode 100644 index 000000000..e2e2b7853 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-dark-style.png new file mode 100644 index 000000000..be2447793 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-style.png new file mode 100644 index 000000000..77c07ab11 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-dark-style.png new file mode 100644 index 000000000..d7cd613f3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-style.png new file mode 100644 index 000000000..875c279b1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-dark-style.png new file mode 100644 index 000000000..a199d1b7f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-style.png new file mode 100644 index 000000000..1eaef85e7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-dark-style.png new file mode 100644 index 000000000..2ef136cf9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-style.png new file mode 100644 index 000000000..00d07a826 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-dark-style.png new file mode 100644 index 000000000..d6e96d196 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-style.png new file mode 100644 index 000000000..704845202 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-dark-style.png new file mode 100644 index 000000000..810771ec0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-style.png new file mode 100644 index 000000000..bfd32cfc9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..6dc17b711 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-style.png new file mode 100644 index 000000000..4bd050cef Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-dark-style.png new file mode 100644 index 000000000..3eb6e3e3f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-style.png new file mode 100644 index 000000000..a0f18d61a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-dark-style.png new file mode 100644 index 000000000..94ed5ce2d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-style.png new file mode 100644 index 000000000..9e01ce7a5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-dark-style.png new file mode 100644 index 000000000..e5872392c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-style.png new file mode 100644 index 000000000..20dd26482 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-dark-style.png new file mode 100644 index 000000000..485d8895f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-style.png new file mode 100644 index 000000000..e774ff54f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-dark-style.png new file mode 100644 index 000000000..84e7c5819 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-style.png new file mode 100644 index 000000000..79342f37b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-dark-style.png new file mode 100644 index 000000000..5b15a7cd9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-style.png new file mode 100644 index 000000000..5f09f03cc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-dark-style.png new file mode 100644 index 000000000..c6abb7890 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-style.png new file mode 100644 index 000000000..fd3fdac9a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-dark-style.png new file mode 100644 index 000000000..08e9fc919 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-style.png new file mode 100644 index 000000000..f0c1eec09 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-dark-style.png new file mode 100644 index 000000000..d379a1c44 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-style.png new file mode 100644 index 000000000..2b733e125 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-dark-style.png new file mode 100644 index 000000000..445337fd1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-style.png new file mode 100644 index 000000000..2966d83e8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-dark-style.png new file mode 100644 index 000000000..ddea55625 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-style.png new file mode 100644 index 000000000..7ed92d7e0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..4e8f0c1b1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-style.png new file mode 100644 index 000000000..ac6b913a5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-dark-style.png new file mode 100644 index 000000000..c9d020779 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-style.png new file mode 100644 index 000000000..f2a302099 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-dark-style.png new file mode 100644 index 000000000..ee598ae93 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-style.png new file mode 100644 index 000000000..b6aa0d38b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-dark-style.png new file mode 100644 index 000000000..ca3e0a293 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-style.png new file mode 100644 index 000000000..507b8ae59 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-dark-style.png new file mode 100644 index 000000000..7e9c8a3a6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-style.png new file mode 100644 index 000000000..8070fd3b1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-dark-style.png new file mode 100644 index 000000000..3c9b56493 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-style.png new file mode 100644 index 000000000..26a6c04c2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-dark-style.png new file mode 100644 index 000000000..64ec762be Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-style.png new file mode 100644 index 000000000..c14dd2311 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-dark-style.png new file mode 100644 index 000000000..35362f5c6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-style.png new file mode 100644 index 000000000..c5ef36d3a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-dark-style.png new file mode 100644 index 000000000..31c02aab5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-style.png new file mode 100644 index 000000000..9a7a34bf3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-dark-style.png new file mode 100644 index 000000000..c6ed24a08 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-style.png new file mode 100644 index 000000000..0a8e47d9c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-dark-style.png new file mode 100644 index 000000000..423bb7b12 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-style.png new file mode 100644 index 000000000..97542571e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-dark-style.png new file mode 100644 index 000000000..ca5c0a0a1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-style.png new file mode 100644 index 000000000..344dd98e8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-dark-style.png new file mode 100644 index 000000000..55d1b0266 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-style.png new file mode 100644 index 000000000..dac5ed46e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-dark-style.png new file mode 100644 index 000000000..ca4d68e17 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-style.png new file mode 100644 index 000000000..dd4f4647d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-dark-style.png new file mode 100644 index 000000000..ac62e1457 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-style.png new file mode 100644 index 000000000..30a9dcb20 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-dark-style.png new file mode 100644 index 000000000..e0fc30211 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-style.png new file mode 100644 index 000000000..c3e1abbe1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-dark-style.png new file mode 100644 index 000000000..ec6843d06 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-style.png new file mode 100644 index 000000000..6b6aeff55 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-dark-style.png new file mode 100644 index 000000000..3ca20aa74 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-style.png new file mode 100644 index 000000000..fcd65fe9e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-dark-style.png new file mode 100644 index 000000000..f443103ba Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-style.png new file mode 100644 index 000000000..51b38d84d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-dark-style.png new file mode 100644 index 000000000..873b441b7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-style.png new file mode 100644 index 000000000..82693153d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-dark-style.png new file mode 100644 index 000000000..6a01a9b52 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-style.png new file mode 100644 index 000000000..3517f3c12 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-dark-style.png new file mode 100644 index 000000000..86c62e5e5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-style.png new file mode 100644 index 000000000..94f3afc19 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-dark-style.png new file mode 100644 index 000000000..c9cb62f3b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-style.png new file mode 100644 index 000000000..2e90c3e8c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-dark-style.png new file mode 100644 index 000000000..bebbc2e41 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-style.png new file mode 100644 index 000000000..79fe56ca9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-dark-style.png new file mode 100644 index 000000000..261701284 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-style.png new file mode 100644 index 000000000..d25c82c39 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-dark-style.png new file mode 100644 index 000000000..a44a530d8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-style.png new file mode 100644 index 000000000..3d04a5ded Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-dark-style.png new file mode 100644 index 000000000..bd865dca5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-style.png new file mode 100644 index 000000000..096b4dbb2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-dark-style.png new file mode 100644 index 000000000..f202feee1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-style.png new file mode 100644 index 000000000..8bd12bf4c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-dark-style.png new file mode 100644 index 000000000..0ef5eef74 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-style.png new file mode 100644 index 000000000..e2254b1c2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-dark-style.png new file mode 100644 index 000000000..ce7326254 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-style.png new file mode 100644 index 000000000..44a511236 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png new file mode 100644 index 000000000..8873351f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-style.png new file mode 100644 index 000000000..1887010b2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-dark-style.png new file mode 100644 index 000000000..4d1bac826 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-style.png new file mode 100644 index 000000000..6c4c27d99 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-dark-style.png new file mode 100644 index 000000000..b9d2a9524 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-style.png new file mode 100644 index 000000000..3236351fa Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-dark-style.png new file mode 100644 index 000000000..a57e99fe6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-style.png new file mode 100644 index 000000000..ce3f36de1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-dark-style.png new file mode 100644 index 000000000..822524586 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-style.png new file mode 100644 index 000000000..ef22a3d37 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-dark-style.png new file mode 100644 index 000000000..8f85e70e4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-style.png new file mode 100644 index 000000000..c9685929e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..0069f6410 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-style.png new file mode 100644 index 000000000..1253cab37 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-dark-style.png new file mode 100644 index 000000000..13ac7eca7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-style.png new file mode 100644 index 000000000..1a81a8ccb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-dark-style.png new file mode 100644 index 000000000..639a299e8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-style.png new file mode 100644 index 000000000..e792bda2a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-dark-style.png new file mode 100644 index 000000000..fc6bb7f28 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-style.png new file mode 100644 index 000000000..0161f8759 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-dark-style.png new file mode 100644 index 000000000..c28c4d176 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-style.png new file mode 100644 index 000000000..5e73746e4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-dark-style.png new file mode 100644 index 000000000..d2cf16fb4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-style.png new file mode 100644 index 000000000..f76ca6002 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-dark-style.png new file mode 100644 index 000000000..ad8ac31cd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-style.png new file mode 100644 index 000000000..cd8e105a8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-dark-style.png new file mode 100644 index 000000000..44a65f013 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-style.png new file mode 100644 index 000000000..1f01f4021 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-dark-style.png new file mode 100644 index 000000000..f713d5698 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-style.png new file mode 100644 index 000000000..502bd7fda Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-dark-style.png new file mode 100644 index 000000000..7145a7662 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-style.png new file mode 100644 index 000000000..1a2b43e0b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-dark-style.png new file mode 100644 index 000000000..4d20f6784 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-style.png new file mode 100644 index 000000000..c2e6986c6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-dark-style.png new file mode 100644 index 000000000..43bee25e2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-style.png new file mode 100644 index 000000000..49d9b3ee2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-dark-style.png new file mode 100644 index 000000000..cb696b5dc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-style.png new file mode 100644 index 000000000..589ca6916 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-dark-style.png new file mode 100644 index 000000000..3f844571c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-style.png new file mode 100644 index 000000000..afc2c7891 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-dark-style.png new file mode 100644 index 000000000..d0bdb5c1d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-style.png new file mode 100644 index 000000000..dac392ece Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-dark-style.png new file mode 100644 index 000000000..51382b795 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-style.png new file mode 100644 index 000000000..7f3277848 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-dark-style.png new file mode 100644 index 000000000..86a320048 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-style.png new file mode 100644 index 000000000..b493f2289 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-dark-style.png new file mode 100644 index 000000000..884172589 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-style.png new file mode 100644 index 000000000..541a6a50c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png new file mode 100644 index 000000000..3d2794b60 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-style.png new file mode 100644 index 000000000..e599ad497 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-dark-style.png new file mode 100644 index 000000000..a2452f366 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-style.png new file mode 100644 index 000000000..631cab27e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-dark-style.png new file mode 100644 index 000000000..ae3cf3eb8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-style.png new file mode 100644 index 000000000..70d412a02 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-dark-style.png new file mode 100644 index 000000000..873b07f56 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-style.png new file mode 100644 index 000000000..2668bd005 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-dark-style.png new file mode 100644 index 000000000..0d1c21802 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-style.png new file mode 100644 index 000000000..dd7d5c878 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-dark-style.png new file mode 100644 index 000000000..f6f1c39e9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-style.png new file mode 100644 index 000000000..9a31e8896 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-dark-style.png new file mode 100644 index 000000000..dabbc0e68 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-style.png new file mode 100644 index 000000000..e7ed5099f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-dark-style.png new file mode 100644 index 000000000..19518af21 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-style.png new file mode 100644 index 000000000..04240f700 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-dark-style.png new file mode 100644 index 000000000..54bc05dfc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-style.png new file mode 100644 index 000000000..dc8448390 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-dark-style.png new file mode 100644 index 000000000..0980f8893 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-style.png new file mode 100644 index 000000000..7ef6c3c5b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-dark-style.png new file mode 100644 index 000000000..173721c51 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-style.png new file mode 100644 index 000000000..0560857c6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-dark-style.png new file mode 100644 index 000000000..f72da45c7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-style.png new file mode 100644 index 000000000..66f9c15b1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-dark-style.png new file mode 100644 index 000000000..316b534bc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-style.png new file mode 100644 index 000000000..f05d415db Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-dark-style.png new file mode 100644 index 000000000..b755e8f02 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-style.png new file mode 100644 index 000000000..0329716ab Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-dark-style.png new file mode 100644 index 000000000..f03247406 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-style.png new file mode 100644 index 000000000..0f048baa0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-dark-style.png new file mode 100644 index 000000000..e7711d4bd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-style.png new file mode 100644 index 000000000..8f90a9377 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-dark-style.png new file mode 100644 index 000000000..d18ccca19 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-style.png new file mode 100644 index 000000000..6aec2c298 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-dark-style.png new file mode 100644 index 000000000..5629c8bfc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-style.png new file mode 100644 index 000000000..709eafc4f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-dark-style.png new file mode 100644 index 000000000..94aa64346 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-style.png new file mode 100644 index 000000000..e412bd0b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-dark-style.png new file mode 100644 index 000000000..c56fdcac3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-style.png new file mode 100644 index 000000000..1d9a8f125 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-dark-style.png new file mode 100644 index 000000000..9b7f97653 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-style.png new file mode 100644 index 000000000..657c054b8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-dark-style.png new file mode 100644 index 000000000..988417e6f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-style.png new file mode 100644 index 000000000..d311fb14b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-dark-style.png new file mode 100644 index 000000000..fe00caac3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-style.png new file mode 100644 index 000000000..d942fc67e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-dark-style.png new file mode 100644 index 000000000..cf7f25480 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-style.png new file mode 100644 index 000000000..2c9cae588 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-dark-style.png new file mode 100644 index 000000000..1f6830035 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-style.png new file mode 100644 index 000000000..2f5d76497 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-dark-style.png new file mode 100644 index 000000000..05a51286d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-style.png new file mode 100644 index 000000000..1f725b58d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-dark-style.png new file mode 100644 index 000000000..a05aa234d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-style.png new file mode 100644 index 000000000..90e94c437 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-dark-style.png new file mode 100644 index 000000000..12a7fada6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-style.png new file mode 100644 index 000000000..606cfb726 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-dark-style.png new file mode 100644 index 000000000..319562fc1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-style.png new file mode 100644 index 000000000..33e4398ac Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-dark-style.png new file mode 100644 index 000000000..9234cc544 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-style.png new file mode 100644 index 000000000..d16bdae77 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-dark-style.png new file mode 100644 index 000000000..ab703a32a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-style.png new file mode 100644 index 000000000..07b9c9565 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.assertInitialState.png new file mode 100644 index 000000000..f4ccbe06b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.finalState.png new file mode 100644 index 000000000..cc3e0c691 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.finalState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-dark-style.png new file mode 100644 index 000000000..74d5f8be1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-style.png new file mode 100644 index 000000000..571ac0d10 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-dark-style.png new file mode 100644 index 000000000..a8457f826 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-style.png new file mode 100644 index 000000000..5b3bd8ab4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-dark-style.png new file mode 100644 index 000000000..678c67263 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-style.png new file mode 100644 index 000000000..d7b54f879 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-dark-style.png new file mode 100644 index 000000000..7363debb9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-style.png new file mode 100644 index 000000000..4b3e5d668 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-dark-style.png new file mode 100644 index 000000000..5d6a1ab7c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-style.png new file mode 100644 index 000000000..b3fa92bdd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-dark-style.png new file mode 100644 index 000000000..a18ee8437 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-style.png new file mode 100644 index 000000000..fe213034c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-dark-style.png new file mode 100644 index 000000000..1c9c15e70 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-style.png new file mode 100644 index 000000000..47c5b98ab Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-dark-style.png new file mode 100644 index 000000000..8f94628ec Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-style.png new file mode 100644 index 000000000..b1b5921e0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-dark-style.png new file mode 100644 index 000000000..b735a37c0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-style.png new file mode 100644 index 000000000..8de1e38c4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-dark-style.png new file mode 100644 index 000000000..cd4c09cac Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-style.png new file mode 100644 index 000000000..b5bba9fed Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-dark-style.png new file mode 100644 index 000000000..d80b7f4d2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-style.png new file mode 100644 index 000000000..fae10887d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-dark-style.png new file mode 100644 index 000000000..d214fcca5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-style.png new file mode 100644 index 000000000..a22c3695a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.assertInitialState.png new file mode 100644 index 000000000..6523ba9b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.finalState.png new file mode 100644 index 000000000..6523ba9b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.finalState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.assertInitialState.png new file mode 100644 index 000000000..dcfdbfd71 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.finalState.png new file mode 100644 index 000000000..dcfdbfd71 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.finalState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.assertInitialState.png new file mode 100644 index 000000000..6523ba9b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.finalState.png new file mode 100644 index 000000000..af872eb5f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.finalState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testOnlyOneInputField.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testOnlyOneInputField.1.png new file mode 100644 index 000000000..6140fa7a4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testOnlyOneInputField.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.assertInitialState.png new file mode 100644 index 000000000..dead6f49e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.assertInitialState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.finalState.png new file mode 100644 index 000000000..2921bcd4a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.finalState.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testXIBIntegration.1.png new file mode 100644 index 000000000..ccce94f06 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/FormTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/GradientTests/testGradientInView.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/GradientTests/testGradientInView.1.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/GradientTests/testGradientInView.1.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/GradientTests/testGradientInView.1.png diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png new file mode 100644 index 000000000..a12cab6b6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithAlternateColorsInverse.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithAlternateColorsInverse.1.png new file mode 100644 index 000000000..b9c7b52a2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithAlternateColorsInverse.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png new file mode 100644 index 000000000..b6241f665 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png new file mode 100644 index 000000000..c66952e4e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png new file mode 100644 index 000000000..f23b20f8f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderInNavigationBar.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderInNavigationBar.1.png new file mode 100644 index 000000000..8f2595c1b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderInNavigationBar.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png new file mode 100644 index 000000000..ddfd9c457 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderInNavigationBar.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderInNavigationBar.1.png new file mode 100644 index 000000000..9f428fba1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderInNavigationBar.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png new file mode 100644 index 000000000..0a21a683b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderInNavigationBar.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderInNavigationBar.1.png new file mode 100644 index 000000000..9dee29b87 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderInNavigationBar.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testBackgroundImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testBackgroundImage.1.png new file mode 100644 index 000000000..bc32bb295 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testBackgroundImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-dark-style.png new file mode 100644 index 000000000..5cc010092 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-style.png new file mode 100644 index 000000000..313f97ffe Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-dark-style.png new file mode 100644 index 000000000..38d9da334 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-style.png new file mode 100644 index 000000000..7ae0e4630 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-dark-style.png new file mode 100644 index 000000000..ef6271e34 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-style.png new file mode 100644 index 000000000..b7909b1d4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-dark-style.png new file mode 100644 index 000000000..803f10326 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-style.png new file mode 100644 index 000000000..d819c9946 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-dark-style.png new file mode 100644 index 000000000..c9417c04c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-style.png new file mode 100644 index 000000000..cc6cddf67 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-dark-style.png new file mode 100644 index 000000000..7a7c2ff15 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-style.png new file mode 100644 index 000000000..0f891f16f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-dark-style.png new file mode 100644 index 000000000..ebdd52aac Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-style.png new file mode 100644 index 000000000..b40156942 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-dark-style.png new file mode 100644 index 000000000..f195c6ffb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-style.png new file mode 100644 index 000000000..c02e6eb44 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-dark-style.png new file mode 100644 index 000000000..b57de21ae Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-style.png new file mode 100644 index 000000000..7a81b24b4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-dark-style.png new file mode 100644 index 000000000..7293996e9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-style.png new file mode 100644 index 000000000..b9f52ef00 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-dark-style.png new file mode 100644 index 000000000..fd72ee48d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-style.png new file mode 100644 index 000000000..02056e956 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-dark-style.png new file mode 100644 index 000000000..4ee1a93b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-style.png new file mode 100644 index 000000000..a370d4cde Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-dark-style.png new file mode 100644 index 000000000..c8d2b861c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-style.png new file mode 100644 index 000000000..71287c991 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-dark-style.png new file mode 100644 index 000000000..7478b2d38 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-style.png new file mode 100644 index 000000000..c573ea62c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-dark-style.png new file mode 100644 index 000000000..34eed0d77 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-style.png new file mode 100644 index 000000000..3ad39f36f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-dark-style.png new file mode 100644 index 000000000..5319d7d99 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-style.png new file mode 100644 index 000000000..9e6249db5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-dark-style.png new file mode 100644 index 000000000..fb060ec44 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-style.png new file mode 100644 index 000000000..4609a76b4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-dark-style.png new file mode 100644 index 000000000..9fe4904b1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-style.png new file mode 100644 index 000000000..db783cb65 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testMultiline.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testMultiline.1.png new file mode 100644 index 000000000..9f16c5073 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testMultiline.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-dark-style.png new file mode 100644 index 000000000..ec2d0d49e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-style.png new file mode 100644 index 000000000..395c1fd82 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-dark-style.png new file mode 100644 index 000000000..fbf821309 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-style.png new file mode 100644 index 000000000..09ccf4297 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-dark-style.png new file mode 100644 index 000000000..231c27099 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-style.png new file mode 100644 index 000000000..0dc6a071f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-dark-style.png new file mode 100644 index 000000000..3a49c177f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-style.png new file mode 100644 index 000000000..eb9149799 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-dark-style.png new file mode 100644 index 000000000..5d7300788 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-style.png new file mode 100644 index 000000000..669e59479 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-dark-style.png new file mode 100644 index 000000000..e8f1f872d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-style.png new file mode 100644 index 000000000..b3a9789e0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-dark-style.png new file mode 100644 index 000000000..4c008c8b2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-style.png new file mode 100644 index 000000000..dc0eb9c83 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-dark-style.png new file mode 100644 index 000000000..59ab7c7c5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-style.png new file mode 100644 index 000000000..5648e8736 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-dark-style.png new file mode 100644 index 000000000..6866d1826 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-style.png new file mode 100644 index 000000000..40318514f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-dark-style.png new file mode 100644 index 000000000..e970f822c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-style.png new file mode 100644 index 000000000..7641bcc0d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-dark-style.png new file mode 100644 index 000000000..ac3880eea Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-style.png new file mode 100644 index 000000000..07093dfe1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-dark-style.png new file mode 100644 index 000000000..22374ccc3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-style.png new file mode 100644 index 000000000..be489c6fa Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-dark-style.png new file mode 100644 index 000000000..12f9960a0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-style.png new file mode 100644 index 000000000..8eee66bd5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-dark-style.png new file mode 100644 index 000000000..b09111a66 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-style.png new file mode 100644 index 000000000..924f7f05c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-dark-style.png new file mode 100644 index 000000000..6778997b4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-style.png new file mode 100644 index 000000000..e8c63b13d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-dark-style.png new file mode 100644 index 000000000..fbb69fae5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-style.png new file mode 100644 index 000000000..077a31f8b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-dark-style.png new file mode 100644 index 000000000..79a4f7047 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-style.png new file mode 100644 index 000000000..2bf54575d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-dark-style.png new file mode 100644 index 000000000..8a88c6b78 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-style.png new file mode 100644 index 000000000..9e1c60b9b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFillStyle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFillStyle.1.png new file mode 100644 index 000000000..052a4cd0a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFillStyle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFitStyle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFitStyle.1.png new file mode 100644 index 000000000..d9614af71 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFitStyle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButton.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButton.1.png new file mode 100644 index 000000000..f28fea072 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButton.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndBackgroundImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndBackgroundImage.1.png new file mode 100644 index 000000000..2a941ebd8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndBackgroundImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndRightImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndRightImage.1.png new file mode 100644 index 000000000..711cb55f7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndRightImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithoutButton.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithoutButton.1.png new file mode 100644 index 000000000..b79177a30 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithoutButton.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testXIBIntegration.1.png new file mode 100644 index 000000000..7375b6fef Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.assertInitialState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.assertInitialState.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.assertInitialState.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.assertInitialState.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.finalState.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.finalState.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.finalState.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.finalState.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-telefonica-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-telefonica-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-telefonica-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-telefonica-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-telefonica-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-telefonica-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperXIBIntegration.1.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperXIBIntegration.1.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperXIBIntegration.1.png diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-dark-style.png new file mode 100644 index 000000000..99b113a1c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-style.png new file mode 100644 index 000000000..daef7b4f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-dark-style.png new file mode 100644 index 000000000..239f49e5f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-style.png new file mode 100644 index 000000000..100e5e026 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-dark-style.png new file mode 100644 index 000000000..4aa0c59d9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-style.png new file mode 100644 index 000000000..b0100cac9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-dark-style.png new file mode 100644 index 000000000..389448d13 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-style.png new file mode 100644 index 000000000..00ae4a4f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-dark-style.png new file mode 100644 index 000000000..d08615ca2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-style.png new file mode 100644 index 000000000..49cbbd4d7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-dark-style.png new file mode 100644 index 000000000..e27c7cad7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-style.png new file mode 100644 index 000000000..b149d1572 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-dark-style.png new file mode 100644 index 000000000..b3a6c3fe5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-style.png new file mode 100644 index 000000000..88f121eba Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-dark-style.png new file mode 100644 index 000000000..984f8a40c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-style.png new file mode 100644 index 000000000..cd7e1133e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-dark-style.png new file mode 100644 index 000000000..e5a5e76d1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-style.png new file mode 100644 index 000000000..5e7c2f628 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-dark-style.png new file mode 100644 index 000000000..e478ffa86 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-style.png new file mode 100644 index 000000000..d0efcd879 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-dark-style.png new file mode 100644 index 000000000..c419af9d1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-style.png new file mode 100644 index 000000000..0f4daec5c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-dark-style.png new file mode 100644 index 000000000..014572902 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-style.png new file mode 100644 index 000000000..b6d1749bb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-dark-style.png new file mode 100644 index 000000000..d5ba498be Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-style.png new file mode 100644 index 000000000..f397682fd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-dark-style.png new file mode 100644 index 000000000..55de578c4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-style.png new file mode 100644 index 000000000..ed5c7530f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-dark-style.png new file mode 100644 index 000000000..6945606a4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-style.png new file mode 100644 index 000000000..45d20f2db Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-dark-style.png new file mode 100644 index 000000000..b13770bd1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-style.png new file mode 100644 index 000000000..aba70694b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-dark-style.png new file mode 100644 index 000000000..a2f7871a7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-style.png new file mode 100644 index 000000000..aa3b82ae7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-dark-style.png new file mode 100644 index 000000000..78724306b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-style.png new file mode 100644 index 000000000..a7c96c206 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-dark-style.png new file mode 100644 index 000000000..11b6e7e70 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-style.png new file mode 100644 index 000000000..66aa79ac8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-dark-style.png new file mode 100644 index 000000000..55deb17c1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-style.png new file mode 100644 index 000000000..b641ae18e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-dark-style.png new file mode 100644 index 000000000..4b35a901e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-style.png new file mode 100644 index 000000000..b0e68ed37 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-dark-style.png new file mode 100644 index 000000000..5a5e93d63 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-style.png new file mode 100644 index 000000000..db380b443 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-dark-style.png new file mode 100644 index 000000000..29dbd4ab7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-style.png new file mode 100644 index 000000000..9495cec39 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-dark-style.png new file mode 100644 index 000000000..4e80fe731 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-style.png new file mode 100644 index 000000000..ea7869417 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-dark-style.png new file mode 100644 index 000000000..a21a8f66d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-style.png new file mode 100644 index 000000000..cffecc08b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-dark-style.png new file mode 100644 index 000000000..ca70de16d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-style.png new file mode 100644 index 000000000..3c55162c6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-dark-style.png new file mode 100644 index 000000000..9e24c2a76 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-style.png new file mode 100644 index 000000000..ba2f9c8ca Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-dark-style.png new file mode 100644 index 000000000..e337b45a0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-style.png new file mode 100644 index 000000000..abeb6a025 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-dark-style.png new file mode 100644 index 000000000..c86027c59 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-style.png new file mode 100644 index 000000000..35e497bea Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-dark-style.png new file mode 100644 index 000000000..62aa450ae Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-style.png new file mode 100644 index 000000000..a0dd54fae Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-dark-style.png new file mode 100644 index 000000000..9fab18d14 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-style.png new file mode 100644 index 000000000..0712c1244 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-dark-style.png new file mode 100644 index 000000000..6b0d479f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-style.png new file mode 100644 index 000000000..605e70aef Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-dark-style.png new file mode 100644 index 000000000..4e3fb753d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-style.png new file mode 100644 index 000000000..012db98ed Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-dark-style.png new file mode 100644 index 000000000..6b062896f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-style.png new file mode 100644 index 000000000..5068d4a33 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-dark-style.png new file mode 100644 index 000000000..e7d97272d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-style.png new file mode 100644 index 000000000..4a82b4651 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-dark-style.png new file mode 100644 index 000000000..e2bc5d790 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-style.png new file mode 100644 index 000000000..8eb277cce Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-dark-style.png new file mode 100644 index 000000000..67adeb50c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-style.png new file mode 100644 index 000000000..1b1223211 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-dark-style.png new file mode 100644 index 000000000..45bb69f01 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-style.png new file mode 100644 index 000000000..58b8d8600 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-dark-style.png new file mode 100644 index 000000000..3ccc2a8bf Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-style.png new file mode 100644 index 000000000..59dc4aced Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-dark-style.png new file mode 100644 index 000000000..83f36343a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-style.png new file mode 100644 index 000000000..e5574e558 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-dark-style.png new file mode 100644 index 000000000..ee52450aa Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-style.png new file mode 100644 index 000000000..2281cb3a5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-dark-style.png new file mode 100644 index 000000000..ff03420bc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-style.png new file mode 100644 index 000000000..a22c06ddb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedInverseStyleMoreThanOneRow.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedInverseStyleMoreThanOneRow.1.png new file mode 100644 index 000000000..be31e834a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedInverseStyleMoreThanOneRow.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedStyleMoreThanOneRow.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedStyleMoreThanOneRow.1.png new file mode 100644 index 000000000..16fa36af6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedStyleMoreThanOneRow.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedInverseStyleMoreThanOneRow.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedInverseStyleMoreThanOneRow.1.png new file mode 100644 index 000000000..d7573647e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedInverseStyleMoreThanOneRow.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedStyleMoreThanOneRow.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedStyleMoreThanOneRow.1.png new file mode 100644 index 000000000..45d8fde98 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedStyleMoreThanOneRow.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-dark-style.png new file mode 100644 index 000000000..e24359daa Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-style.png new file mode 100644 index 000000000..d8c6859fa Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-dark-style.png new file mode 100644 index 000000000..d5b3b6ec1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-style.png new file mode 100644 index 000000000..8e9a8282b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-dark-style.png new file mode 100644 index 000000000..56f71733f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-style.png new file mode 100644 index 000000000..0280870e3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-dark-style.png new file mode 100644 index 000000000..29c66cc6b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-style.png new file mode 100644 index 000000000..2d6701dc4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-dark-style.png new file mode 100644 index 000000000..650076371 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-style.png new file mode 100644 index 000000000..2d6701dc4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-dark-style.png new file mode 100644 index 000000000..b90f50299 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-style.png new file mode 100644 index 000000000..d8c6859fa Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilines.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilines.1.png new file mode 100644 index 000000000..4f0932b9d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilines.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPreset.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPreset.1.png new file mode 100644 index 000000000..eb1e31df3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPreset.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedInverseStyleMoreThanOneRow.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedInverseStyleMoreThanOneRow.1.png new file mode 100644 index 000000000..9a844e4b5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedInverseStyleMoreThanOneRow.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedStyleMoreThanOneRow.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedStyleMoreThanOneRow.1.png new file mode 100644 index 000000000..38972f132 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedStyleMoreThanOneRow.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetMoreThanOneRow.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetMoreThanOneRow.1.png new file mode 100644 index 000000000..9ba632645 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetMoreThanOneRow.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImage.1.png new file mode 100644 index 000000000..c1a605ccb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImageWithCustomSize.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImageWithCustomSize.1.png new file mode 100644 index 000000000..633e7a1f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImageWithCustomSize.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIcon.1.png new file mode 100644 index 000000000..92cfea22c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIconAndControlView.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIconAndControlView.1.png new file mode 100644 index 000000000..0586c21d6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIconAndControlView.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndSmallIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndSmallIcon.1.png new file mode 100644 index 000000000..be0158290 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndSmallIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedBoxedInverseStyle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedBoxedInverseStyle.1.png new file mode 100644 index 000000000..75cc564b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedBoxedInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedBoxedStyle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedBoxedStyle.1.png new file mode 100644 index 000000000..a24854ac0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedBoxedStyle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedFullWidthStyle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedFullWidthStyle.1.png new file mode 100644 index 000000000..a2e8bb87a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedFullWidthStyle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedWithMultilineAndAllFeatures.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedWithMultilineAndAllFeatures.1.png new file mode 100644 index 000000000..ae2ba3493 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedWithMultilineAndAllFeatures.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabels.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabels.1.png new file mode 100644 index 000000000..8e9a8282b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabels.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadline.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadline.1.png new file mode 100644 index 000000000..0da368dd9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadline.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImage.1.png new file mode 100644 index 000000000..4f674419e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageAndControlView.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageAndControlView.1.png new file mode 100644 index 000000000..f48cf4576 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageAndControlView.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSize.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSize.1.png new file mode 100644 index 000000000..01795e95d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSize.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSizeAndControlView.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSizeAndControlView.1.png new file mode 100644 index 000000000..c1e920d22 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSizeAndControlView.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImage.1.png new file mode 100644 index 000000000..8572943f6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImageWithCustomSize.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImageWithCustomSize.1.png new file mode 100644 index 000000000..dc8f4ceab Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImageWithCustomSize.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIcon.1.png new file mode 100644 index 000000000..0a9434a24 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIconAndControlView.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIconAndControlView.1.png new file mode 100644 index 000000000..910488ce8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIconAndControlView.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithFlagBadge.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithFlagBadge.1.png new file mode 100644 index 000000000..a423155f8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithFlagBadge.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadge.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadge.1.png new file mode 100644 index 000000000..30834f488 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadge.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadgeWithValueMajorThanTen.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadgeWithValueMajorThanTen.1.png new file mode 100644 index 000000000..ee27e1ce8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadgeWithValueMajorThanTen.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutBadge.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutBadge.1.png new file mode 100644 index 000000000..58977c8f1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutBadge.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutNavigationIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutNavigationIcon.1.png new file mode 100644 index 000000000..8e9a8282b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutNavigationIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndSmallIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndSmallIcon.1.png new file mode 100644 index 000000000..acd58cb6e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndSmallIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPreset.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPreset.1.png new file mode 100644 index 000000000..b8044fe5e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPreset.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPresetMoreThanOne.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPresetMoreThanOne.1.png new file mode 100644 index 000000000..5455302e5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPresetMoreThanOne.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitle.1.png new file mode 100644 index 000000000..b29283358 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedInverseStyle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedInverseStyle.1.png new file mode 100644 index 000000000..62db4b508 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedInverseStyle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedStyle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedStyle.1.png new file mode 100644 index 000000000..a74350382 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedStyle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailText.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailText.1.png new file mode 100644 index 000000000..991a60b9e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailText.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImage.1.png new file mode 100644 index 000000000..cc3541f9f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImageWithCustomSize.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImageWithCustomSize.1.png new file mode 100644 index 000000000..b6408a32e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImageWithCustomSize.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIcon.1.png new file mode 100644 index 000000000..eb268de7c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIconAndControlView.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIconAndControlView.1.png new file mode 100644 index 000000000..da6f86499 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIconAndControlView.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndSmallIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndSmallIcon.1.png new file mode 100644 index 000000000..2305423bb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndSmallIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndHeadline.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndHeadline.1.png new file mode 100644 index 000000000..f8857259a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndHeadline.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImage.1.png new file mode 100644 index 000000000..0185cb839 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImageWithCustomSize.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImageWithCustomSize.1.png new file mode 100644 index 000000000..a4bc19318 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImageWithCustomSize.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIcon.1.png new file mode 100644 index 000000000..0be8a4243 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIconAndControlView.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIconAndControlView.1.png new file mode 100644 index 000000000..1e4e0e6b1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIconAndControlView.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndNavigationPresetWithoutBadge.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndNavigationPresetWithoutBadge.1.png new file mode 100644 index 000000000..3b20aa7d1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndNavigationPresetWithoutBadge.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSmallIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSmallIcon.1.png new file mode 100644 index 000000000..d7dd261d1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSmallIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitle.1.png new file mode 100644 index 000000000..fb05de572 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImage.1.png new file mode 100644 index 000000000..49acb7ce6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImageWithCustomSize.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImageWithCustomSize.1.png new file mode 100644 index 000000000..b0fc66617 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImageWithCustomSize.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIcon.1.png new file mode 100644 index 000000000..048ddb0a0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIconAndControlView.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIconAndControlView.1.png new file mode 100644 index 000000000..b81677374 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIconAndControlView.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndSmallIcon.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndSmallIcon.1.png new file mode 100644 index 000000000..ab4c7a8d1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndSmallIcon.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndVerticallyCenteredPreset.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndVerticallyCenteredPreset.1.png new file mode 100644 index 000000000..cfdbb0149 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndVerticallyCenteredPreset.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testXIBIntegration.1.png new file mode 100644 index 000000000..f48cf4576 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/ListsTests/testXIBIntegration.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testEmptyDescriptionAction.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testEmptyDescriptionAction.1.png new file mode 100644 index 000000000..16226f1b2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testEmptyDescriptionAction.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoAction.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoAction.1.png new file mode 100644 index 000000000..10bc61a25 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoAction.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoTitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoTitle.1.png new file mode 100644 index 000000000..3efd78abe Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoTitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-dark-style.png new file mode 100644 index 000000000..5fc6f379c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-style.png new file mode 100644 index 000000000..0bf89d908 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-dark-style.png new file mode 100644 index 000000000..665ddd826 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-style.png new file mode 100644 index 000000000..ab52ac7b8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-dark-style.png new file mode 100644 index 000000000..82441b6c6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-style.png new file mode 100644 index 000000000..1a8422056 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-dark-style.png new file mode 100644 index 000000000..085fc36be Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-style.png new file mode 100644 index 000000000..3169f6764 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-dark-style.png new file mode 100644 index 000000000..9894ff321 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-style.png new file mode 100644 index 000000000..48f199682 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-dark-style.png new file mode 100644 index 000000000..ee21aaace Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-style.png new file mode 100644 index 000000000..3b7ccaf54 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-dark-style.png new file mode 100644 index 000000000..422da3dfe Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-style.png new file mode 100644 index 000000000..83a0559d0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-dark-style.png new file mode 100644 index 000000000..3a32b7064 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-style.png new file mode 100644 index 000000000..edafb15b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-dark-style.png new file mode 100644 index 000000000..3e7f7cfbc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-style.png new file mode 100644 index 000000000..0b7545628 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-dark-style.png new file mode 100644 index 000000000..37f5f702d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-style.png new file mode 100644 index 000000000..ab10b5437 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-dark-style.png new file mode 100644 index 000000000..ed35c380f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-style.png new file mode 100644 index 000000000..b49264ea3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-dark-style.png new file mode 100644 index 000000000..8f2416737 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-style.png new file mode 100644 index 000000000..ab071693b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContent.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContent.1.png new file mode 100644 index 000000000..6c551b04e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContent.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutFragment.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutFragment.1.png new file mode 100644 index 000000000..dafbfb5a0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutFragment.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutHeadline.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutHeadline.1.png new file mode 100644 index 000000000..34556f006 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutHeadline.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutPretitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutPretitle.1.png new file mode 100644 index 000000000..d97d47689 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutPretitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutTitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutTitle.1.png new file mode 100644 index 000000000..8641df27d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutTitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testMinimumContent.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testMinimumContent.1.png new file mode 100644 index 000000000..edafb15b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testMinimumContent.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryAndLinkButtons.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryAndLinkButtons.1.png new file mode 100644 index 000000000..af13cd3cb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryAndLinkButtons.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryButtonsOnly.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryButtonsOnly.1.png new file mode 100644 index 000000000..edafb15b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryButtonsOnly.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testShowLoadingStateForButtons.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testShowLoadingStateForButtons.1.png new file mode 100644 index 000000000..0d1332318 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testShowLoadingStateForButtons.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testTextsWithMultiLine.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testTextsWithMultiLine.1.png new file mode 100644 index 000000000..b8ec7b088 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testTextsWithMultiLine.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testXIBIntegration.1.png new file mode 100644 index 000000000..18a9d65f3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/MediaCardTests/testXIBIntegration.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-dark-style.png new file mode 100644 index 000000000..f6baef9d5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-style.png new file mode 100644 index 000000000..ca0459ea9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-dark-style.png new file mode 100644 index 000000000..65ee34a3f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-style.png new file mode 100644 index 000000000..8af721d1f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-dark-style.png new file mode 100644 index 000000000..5201dc139 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-style.png new file mode 100644 index 000000000..1b05eb1c1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-dark-style.png new file mode 100644 index 000000000..194860e1e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-style.png new file mode 100644 index 000000000..339f56e37 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-dark-style.png new file mode 100644 index 000000000..486cfe8ff Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-style.png new file mode 100644 index 000000000..339f56e37 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-dark-style.png new file mode 100644 index 000000000..ce0861539 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-style.png new file mode 100644 index 000000000..ca0459ea9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeSubtitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeSubtitle.1.png new file mode 100644 index 000000000..3f262e5f2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeSubtitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitle.1.png new file mode 100644 index 000000000..c3e7fcf9e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitleAndSubtitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitleAndSubtitle.1.png new file mode 100644 index 000000000..dde008dff Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitleAndSubtitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoClose.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoClose.1.png new file mode 100644 index 000000000..499cbfb60 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoClose.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoImage.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoImage.1.png new file mode 100644 index 000000000..3118b8494 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoImage.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoSubtitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoSubtitle.1.png new file mode 100644 index 000000000..0f2e84174 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoSubtitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoTitle.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoTitle.1.png new file mode 100644 index 000000000..84e9505a1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoTitle.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.1.png new file mode 100644 index 000000000..339f56e37 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.2.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.2.png new file mode 100644 index 000000000..3ef66f9e1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.2.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-dark-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-dark-style.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-style.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-style.png diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-dark-style.png new file mode 100644 index 000000000..e6345fbd4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-style.png new file mode 100644 index 000000000..0b3585db7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-dark-style.png new file mode 100644 index 000000000..81daddffe Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-style.png new file mode 100644 index 000000000..d10a69be6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-dark-style.png new file mode 100644 index 000000000..132f6b80f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-style.png new file mode 100644 index 000000000..013410bd5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-dark-style.png new file mode 100644 index 000000000..1cd6ed69f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-style.png new file mode 100644 index 000000000..6d6cf50fd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-dark-style.png new file mode 100644 index 000000000..9511059d6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-style.png new file mode 100644 index 000000000..751abf8fb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-dark-style.png new file mode 100644 index 000000000..db50bbc89 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-style.png new file mode 100644 index 000000000..601d4ba67 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-dark-style.png new file mode 100644 index 000000000..269f2a81c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-style.png new file mode 100644 index 000000000..9b6d5cab4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-dark-style.png new file mode 100644 index 000000000..fc5423324 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-style.png new file mode 100644 index 000000000..4502840ef Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-dark-style.png new file mode 100644 index 000000000..7326a9294 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-style.png new file mode 100644 index 000000000..54eea9fb7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-dark-style.png new file mode 100644 index 000000000..9340991ca Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-style.png new file mode 100644 index 000000000..48ff5b376 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-dark-style.png new file mode 100644 index 000000000..34548834b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-style.png new file mode 100644 index 000000000..bd88d09ff Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-dark-style.png new file mode 100644 index 000000000..48d7b135e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-style.png new file mode 100644 index 000000000..534f1acc4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActions.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActions.1.png new file mode 100644 index 000000000..066752f11 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testActions.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-dark-style.png new file mode 100644 index 000000000..38a2cc737 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-style.png new file mode 100644 index 000000000..70552f84f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-dark-style.png new file mode 100644 index 000000000..d8639d194 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-style.png new file mode 100644 index 000000000..287cccb62 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-dark-style.png new file mode 100644 index 000000000..4d43fc1f3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-style.png new file mode 100644 index 000000000..b07581b98 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-dark-style.png new file mode 100644 index 000000000..956fcb52d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-style.png new file mode 100644 index 000000000..065d9051f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-dark-style.png new file mode 100644 index 000000000..099a78df8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-style.png new file mode 100644 index 000000000..50abc7d31 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-dark-style.png new file mode 100644 index 000000000..5a677203c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-style.png new file mode 100644 index 000000000..b1933f814 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-dark-style.png new file mode 100644 index 000000000..38a2cc737 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-style.png new file mode 100644 index 000000000..70552f84f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-dark-style.png new file mode 100644 index 000000000..d8639d194 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-style.png new file mode 100644 index 000000000..287cccb62 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-dark-style.png new file mode 100644 index 000000000..4d43fc1f3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-style.png new file mode 100644 index 000000000..b07581b98 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-dark-style.png new file mode 100644 index 000000000..956fcb52d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-style.png new file mode 100644 index 000000000..065d9051f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-dark-style.png new file mode 100644 index 000000000..099a78df8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-style.png new file mode 100644 index 000000000..50abc7d31 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-dark-style.png new file mode 100644 index 000000000..5a677203c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-style.png new file mode 100644 index 000000000..b1933f814 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-dark-style.png new file mode 100644 index 000000000..df13e6d26 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-style.png new file mode 100644 index 000000000..c4aefaa0e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-dark-style.png new file mode 100644 index 000000000..a794f04e9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-style.png new file mode 100644 index 000000000..e8882d197 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-dark-style.png new file mode 100644 index 000000000..47fa48afe Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-style.png new file mode 100644 index 000000000..5865d6ec6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-dark-style.png new file mode 100644 index 000000000..b0d13caae Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-style.png new file mode 100644 index 000000000..beaa3c2f2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-dark-style.png new file mode 100644 index 000000000..5985274f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-style.png new file mode 100644 index 000000000..954838f4f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-dark-style.png new file mode 100644 index 000000000..9aabf285b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-style.png new file mode 100644 index 000000000..972bed827 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-dark-style.png new file mode 100644 index 000000000..e2d2404d9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-style.png new file mode 100644 index 000000000..34c9ee602 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-dark-style.png new file mode 100644 index 000000000..c8dc8073b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-style.png new file mode 100644 index 000000000..43c56bec4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-dark-style.png new file mode 100644 index 000000000..c1a3dd1b5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-style.png new file mode 100644 index 000000000..b00f9b491 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-dark-style.png new file mode 100644 index 000000000..e208a5802 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-style.png new file mode 100644 index 000000000..c90eaddd7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-dark-style.png new file mode 100644 index 000000000..4470b234f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-style.png new file mode 100644 index 000000000..03f0becb7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-dark-style.png new file mode 100644 index 000000000..b5a127fec Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-style.png new file mode 100644 index 000000000..45379b4a2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-dark-style.png new file mode 100644 index 000000000..e2d2404d9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-style.png new file mode 100644 index 000000000..34c9ee602 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-dark-style.png new file mode 100644 index 000000000..c8dc8073b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-style.png new file mode 100644 index 000000000..43c56bec4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-dark-style.png new file mode 100644 index 000000000..c1a3dd1b5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-style.png new file mode 100644 index 000000000..b00f9b491 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-dark-style.png new file mode 100644 index 000000000..e208a5802 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-style.png new file mode 100644 index 000000000..c90eaddd7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-dark-style.png new file mode 100644 index 000000000..4470b234f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-style.png new file mode 100644 index 000000000..03f0becb7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-dark-style.png new file mode 100644 index 000000000..b5a127fec Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-style.png new file mode 100644 index 000000000..45379b4a2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-dark-style.png new file mode 100644 index 000000000..ebf83831f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-style.png new file mode 100644 index 000000000..05833fbe1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-dark-style.png new file mode 100644 index 000000000..6e5adcec4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-style.png new file mode 100644 index 000000000..a4ca30fa0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-dark-style.png new file mode 100644 index 000000000..ff3a857aa Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-style.png new file mode 100644 index 000000000..759682c1b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-dark-style.png new file mode 100644 index 000000000..87f355142 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-style.png new file mode 100644 index 000000000..4c362f0f6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-dark-style.png new file mode 100644 index 000000000..ae06ac730 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-style.png new file mode 100644 index 000000000..6617767cb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-dark-style.png new file mode 100644 index 000000000..283586ff0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-style.png new file mode 100644 index 000000000..d29f3f371 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-dark-style.png new file mode 100644 index 000000000..e0207aa4c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-style.png new file mode 100644 index 000000000..109e3d15c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-dark-style.png new file mode 100644 index 000000000..9f4bcec91 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-style.png new file mode 100644 index 000000000..36d50dcaf Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-dark-style.png new file mode 100644 index 000000000..0e24f700b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-style.png new file mode 100644 index 000000000..9215ed1f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-dark-style.png new file mode 100644 index 000000000..9c7fcba6a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-style.png new file mode 100644 index 000000000..cd3ee2351 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-dark-style.png new file mode 100644 index 000000000..ff6206c3b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-style.png new file mode 100644 index 000000000..803b9852d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-dark-style.png new file mode 100644 index 000000000..2ddee5b6c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-style.png new file mode 100644 index 000000000..688a9f2bd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-dark-style.png new file mode 100644 index 000000000..e0207aa4c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-style.png new file mode 100644 index 000000000..109e3d15c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-dark-style.png new file mode 100644 index 000000000..9f4bcec91 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-style.png new file mode 100644 index 000000000..36d50dcaf Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-dark-style.png new file mode 100644 index 000000000..0e24f700b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-style.png new file mode 100644 index 000000000..9215ed1f4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-dark-style.png new file mode 100644 index 000000000..9c7fcba6a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-style.png new file mode 100644 index 000000000..cd3ee2351 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-dark-style.png new file mode 100644 index 000000000..ff6206c3b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-style.png new file mode 100644 index 000000000..803b9852d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-dark-style.png new file mode 100644 index 000000000..2ddee5b6c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-style.png new file mode 100644 index 000000000..688a9f2bd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-dark-style.png new file mode 100644 index 000000000..76c503ef8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-style.png new file mode 100644 index 000000000..a74daf712 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-dark-style.png new file mode 100644 index 000000000..00d44729a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-style.png new file mode 100644 index 000000000..0f7ff7045 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-dark-style.png new file mode 100644 index 000000000..7b9026ac4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-style.png new file mode 100644 index 000000000..7ea6bd4c5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-dark-style.png new file mode 100644 index 000000000..314e0fd8f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-style.png new file mode 100644 index 000000000..4f05fa3e9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-dark-style.png new file mode 100644 index 000000000..1d712fbc4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-style.png new file mode 100644 index 000000000..27e2eb78a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-dark-style.png new file mode 100644 index 000000000..0bf06de40 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-style.png new file mode 100644 index 000000000..1f02fdc2c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-dark-style.png new file mode 100644 index 000000000..d72cb586a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-style.png new file mode 100644 index 000000000..db23e235a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-dark-style.png new file mode 100644 index 000000000..fb2ae5b30 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-style.png new file mode 100644 index 000000000..1b36f857e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-dark-style.png new file mode 100644 index 000000000..98017c6d9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-style.png new file mode 100644 index 000000000..4a1c48e1f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-dark-style.png new file mode 100644 index 000000000..434c1203e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-style.png new file mode 100644 index 000000000..a7109132f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-dark-style.png new file mode 100644 index 000000000..c4f861d87 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-style.png new file mode 100644 index 000000000..f3d3d75c5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-dark-style.png new file mode 100644 index 000000000..9fcb4d914 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-style.png new file mode 100644 index 000000000..e9ca839d8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-dark-style.png new file mode 100644 index 000000000..786ae6c7b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-style.png new file mode 100644 index 000000000..a7194abba Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-dark-style.png new file mode 100644 index 000000000..829cf28a0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-style.png new file mode 100644 index 000000000..eb38c015f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-dark-style.png new file mode 100644 index 000000000..48133309f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-style.png new file mode 100644 index 000000000..36d103bee Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-dark-style.png new file mode 100644 index 000000000..644b34cd4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-style.png new file mode 100644 index 000000000..28f7cefc0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-dark-style.png new file mode 100644 index 000000000..3cf453e4c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-style.png new file mode 100644 index 000000000..1b9f64689 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-dark-style.png new file mode 100644 index 000000000..1a675a7cb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-style.png new file mode 100644 index 000000000..d312f3381 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-dark-style.png new file mode 100644 index 000000000..060f34b9e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-style.png new file mode 100644 index 000000000..b289a2f66 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-dark-style.png new file mode 100644 index 000000000..c42895165 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-style.png new file mode 100644 index 000000000..165cc73d3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-dark-style.png new file mode 100644 index 000000000..80ba148c4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-style.png new file mode 100644 index 000000000..6f4e476ee Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-dark-style.png new file mode 100644 index 000000000..bf01892dd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-style.png new file mode 100644 index 000000000..4463559f8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-dark-style.png new file mode 100644 index 000000000..5de4a757d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-style.png new file mode 100644 index 000000000..5617422e9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-dark-style.png new file mode 100644 index 000000000..40aa3a9d4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-style.png new file mode 100644 index 000000000..fe5f0ba09 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-dark-style.png new file mode 100644 index 000000000..6e16684ef Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-style.png new file mode 100644 index 000000000..3f00cc490 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-dark-style.png new file mode 100644 index 000000000..901f1dcfb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-style.png new file mode 100644 index 000000000..680d2f4af Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-dark-style.png new file mode 100644 index 000000000..db9c2cd0e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-style.png new file mode 100644 index 000000000..f98621014 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-dark-style.png new file mode 100644 index 000000000..208fbe8d4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-style.png new file mode 100644 index 000000000..cc8323581 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-dark-style.png new file mode 100644 index 000000000..0d41b9196 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-style.png new file mode 100644 index 000000000..e922a1b02 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-dark-style.png new file mode 100644 index 000000000..08ea40c38 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-style.png new file mode 100644 index 000000000..268d40b40 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testSingleAction.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testSingleAction.1.png new file mode 100644 index 000000000..22593ad5d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SheetTests/testSingleAction.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testCircleSkeleton.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SkeletonTests/testCircleSkeleton.1.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testCircleSkeleton.1.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/SkeletonTests/testCircleSkeleton.1.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testLineSkeleton.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SkeletonTests/testLineSkeleton.1.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testLineSkeleton.1.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/SkeletonTests/testLineSkeleton.1.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testRectangleSkeleton.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SkeletonTests/testRectangleSkeleton.1.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testRectangleSkeleton.1.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/SkeletonTests/testRectangleSkeleton.1.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testRowSkeleton.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SkeletonTests/testRowSkeleton.1.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testRowSkeleton.1.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/SkeletonTests/testRowSkeleton.1.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeleton.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeleton.1.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeleton.1.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeleton.1.png diff --git a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeletonWithCustomLines.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeletonWithCustomLines.1.png similarity index 100% rename from Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeletonWithCustomLines.1.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeletonWithCustomLines.1.png diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbar.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbar.with-movistar-light-style.png new file mode 100644 index 000000000..f5e97f6b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbar.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbarWithLongActionTitle.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbarWithLongActionTitle.with-movistar-light-style.png new file mode 100644 index 000000000..f5e97f6b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbarWithLongActionTitle.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbarWithShortActionTitle.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbarWithShortActionTitle.with-movistar-light-style.png new file mode 100644 index 000000000..f5e97f6b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbarWithShortActionTitle.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbar.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbar.with-movistar-light-style.png new file mode 100644 index 000000000..f5e97f6b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbar.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithBottomTabbar.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithBottomTabbar.with-movistar-light-style.png new file mode 100644 index 000000000..75a0c6502 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithBottomTabbar.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithLongActionTitle.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithLongActionTitle.with-movistar-light-style.png new file mode 100644 index 000000000..f5e97f6b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithLongActionTitle.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithScrollView.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithScrollView.with-movistar-light-style.png new file mode 100644 index 000000000..84ad7e950 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithScrollView.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithShortActionTitle.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithShortActionTitle.with-movistar-light-style.png new file mode 100644 index 000000000..f5e97f6b9 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithShortActionTitle.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithTopTabbar.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithTopTabbar.with-movistar-light-style.png new file mode 100644 index 000000000..82470286f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithTopTabbar.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithIpadWidth.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithIpadWidth.1.png new file mode 100644 index 000000000..80548df71 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithIpadWidth.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithMobileWidth.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithMobileWidth.1.png new file mode 100644 index 000000000..f04ce953e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithMobileWidth.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testNoIconWithMobileWidth.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testNoIconWithMobileWidth.1.png new file mode 100644 index 000000000..8ce53330a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testNoIconWithMobileWidth.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-dark-style.png new file mode 100644 index 000000000..e0e8e048d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-style.png new file mode 100644 index 000000000..494da7974 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-dark-style.png new file mode 100644 index 000000000..11eb9d0ad Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-style.png new file mode 100644 index 000000000..f299ce2e7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-dark-style.png new file mode 100644 index 000000000..14744e51b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-style.png new file mode 100644 index 000000000..7cbc93840 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-dark-style.png new file mode 100644 index 000000000..b71acd0b1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-style.png new file mode 100644 index 000000000..f4525bce3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-dark-style.png new file mode 100644 index 000000000..085176096 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-style.png new file mode 100644 index 000000000..a4551421a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-dark-style.png new file mode 100644 index 000000000..655ab549e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-style.png new file mode 100644 index 000000000..e456a64de Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTwoItemWithIpadWidth.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTwoItemWithIpadWidth.1.png new file mode 100644 index 000000000..816b6cc71 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testTwoItemWithIpadWidth.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithIpadWidth.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithIpadWidth.1.png new file mode 100644 index 000000000..04ba1e448 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithIpadWidth.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndNoIconWithMobileWidth.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndNoIconWithMobileWidth.1.png new file mode 100644 index 000000000..8ce53330a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndNoIconWithMobileWidth.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithIpadWidth.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithIpadWidth.1.png new file mode 100644 index 000000000..b872b6138 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithIpadWidth.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithMobileWidth.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithMobileWidth.1.png new file mode 100644 index 000000000..9fb3f5340 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithMobileWidth.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithMobileWidth.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithMobileWidth.1.png new file mode 100644 index 000000000..ffbf90e45 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testWithMobileWidth.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testXIBIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testXIBIntegration.1.png new file mode 100644 index 000000000..f8f4e49b0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TabsTests/testXIBIntegration.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-blau-dark-style.png new file mode 100644 index 000000000..b11b1ab78 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-blau-style.png new file mode 100644 index 000000000..f48a62a02 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-movistar-dark-style.png new file mode 100644 index 000000000..54f11f3d6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-movistar-style.png new file mode 100644 index 000000000..af47bd193 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-o2New-dark-style.png new file mode 100644 index 000000000..9ff37c4d3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-o2New-style.png new file mode 100644 index 000000000..fac72f7b2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-telefonica-dark-style.png new file mode 100644 index 000000000..fdf607b0f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-telefonica-style.png new file mode 100644 index 000000000..b0d8815eb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-tu-dark-style.png new file mode 100644 index 000000000..47b5314b1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-tu-style.png new file mode 100644 index 000000000..79f1cf18f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-vivoNew-dark-style.png new file mode 100644 index 000000000..8e361dd37 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-vivoNew-style.png new file mode 100644 index 000000000..250337c53 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-blau-dark-style.png new file mode 100644 index 000000000..dde42aa66 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-blau-style.png new file mode 100644 index 000000000..b3ecb5c9c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-movistar-dark-style.png new file mode 100644 index 000000000..98d90f61e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-movistar-style.png new file mode 100644 index 000000000..a77a76c33 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-o2New-dark-style.png new file mode 100644 index 000000000..ba5b86bb2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-o2New-style.png new file mode 100644 index 000000000..79b4c1d8a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-telefonica-dark-style.png new file mode 100644 index 000000000..85a476f24 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-telefonica-style.png new file mode 100644 index 000000000..bb9f9b300 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-tu-dark-style.png new file mode 100644 index 000000000..87ae23059 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-tu-style.png new file mode 100644 index 000000000..7affd41f6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-vivoNew-dark-style.png new file mode 100644 index 000000000..aa0cc398a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-vivoNew-style.png new file mode 100644 index 000000000..6367dac0c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-dark-style.png new file mode 100644 index 000000000..b11b1ab78 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-style.png new file mode 100644 index 000000000..f48a62a02 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-dark-style.png new file mode 100644 index 000000000..54f11f3d6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-style.png new file mode 100644 index 000000000..65e738bf3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-dark-style.png new file mode 100644 index 000000000..9ff37c4d3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-style.png new file mode 100644 index 000000000..fac72f7b2 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-dark-style.png new file mode 100644 index 000000000..fdf607b0f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-style.png new file mode 100644 index 000000000..b0d8815eb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-dark-style.png new file mode 100644 index 000000000..47b5314b1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-style.png new file mode 100644 index 000000000..79f1cf18f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-dark-style.png new file mode 100644 index 000000000..8e361dd37 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-style.png new file mode 100644 index 000000000..50622dac6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagXibIntegration.1.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagXibIntegration.1.png new file mode 100644 index 000000000..694f4a956 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TagTests/testTagXibIntegration.1.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-dark-style.png new file mode 100644 index 000000000..765193515 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-style.png new file mode 100644 index 000000000..feceecb07 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-dark-style.png new file mode 100644 index 000000000..3b7c7fa65 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-style.png new file mode 100644 index 000000000..56fac3978 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-dark-style.png new file mode 100644 index 000000000..6bda38bae Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-style.png new file mode 100644 index 000000000..71941c264 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-dark-style.png new file mode 100644 index 000000000..6cd30369a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-style.png new file mode 100644 index 000000000..a10c34e50 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-dark-style.png new file mode 100644 index 000000000..a82fa1dfb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-style.png new file mode 100644 index 000000000..a10c34e50 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-dark-style.png new file mode 100644 index 000000000..7c4d0aaa5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-style.png new file mode 100644 index 000000000..feceecb07 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-dark-style.png new file mode 100644 index 000000000..48bd8fa1d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-style.png new file mode 100644 index 000000000..6242ab038 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-dark-style.png new file mode 100644 index 000000000..6b3d890f8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-style.png new file mode 100644 index 000000000..047363f80 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-dark-style.png new file mode 100644 index 000000000..f75d83679 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-style.png new file mode 100644 index 000000000..73f663a26 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-dark-style.png new file mode 100644 index 000000000..dc30773de Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-style.png new file mode 100644 index 000000000..a6500949a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-dark-style.png new file mode 100644 index 000000000..03b5f307f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-style.png new file mode 100644 index 000000000..a6500949a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-dark-style.png new file mode 100644 index 000000000..8826f2e1b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-style.png new file mode 100644 index 000000000..6242ab038 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-dark-style.png new file mode 100644 index 000000000..3e4fb5d0f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-style.png new file mode 100644 index 000000000..7a95897c0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-dark-style.png new file mode 100644 index 000000000..23b4c9db5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-style.png new file mode 100644 index 000000000..b676dd9dc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-dark-style.png new file mode 100644 index 000000000..d3d9cc55c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-style.png new file mode 100644 index 000000000..2b2e6bad5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-dark-style.png new file mode 100644 index 000000000..3a794e0ee Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-style.png new file mode 100644 index 000000000..e8fdba1a8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-dark-style.png new file mode 100644 index 000000000..47b5a0aaf Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-style.png new file mode 100644 index 000000000..e41dd5459 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-dark-style.png new file mode 100644 index 000000000..cd33eb5d0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-style.png new file mode 100644 index 000000000..3c3fb7f0a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-dark-style.png new file mode 100644 index 000000000..09992b689 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-style.png new file mode 100644 index 000000000..8972cb5a0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-dark-style.png new file mode 100644 index 000000000..410db8227 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-style.png new file mode 100644 index 000000000..ed379ccfb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-dark-style.png new file mode 100644 index 000000000..4693a991c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-style.png new file mode 100644 index 000000000..61302d3fb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-dark-style.png new file mode 100644 index 000000000..b0808c748 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-style.png new file mode 100644 index 000000000..23956f219 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-dark-style.png new file mode 100644 index 000000000..69bd8b46c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-style.png new file mode 100644 index 000000000..711f8320a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-dark-style.png new file mode 100644 index 000000000..7c5d7c0b8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-style.png new file mode 100644 index 000000000..b31e11acd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-dark-style.png new file mode 100644 index 000000000..f4b5ae473 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-style.png new file mode 100644 index 000000000..12c8ad77c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-dark-style.png new file mode 100644 index 000000000..c932a3a0e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-style.png new file mode 100644 index 000000000..e4e46367b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-dark-style.png new file mode 100644 index 000000000..3031d081b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-style.png new file mode 100644 index 000000000..3c0d46da5 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-dark-style.png new file mode 100644 index 000000000..4a013a290 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-style.png new file mode 100644 index 000000000..9663d14cf Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-dark-style.png new file mode 100644 index 000000000..a3fc8d8cd Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-style.png new file mode 100644 index 000000000..7b0d703a0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-dark-style.png new file mode 100644 index 000000000..8645ab723 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-style.png new file mode 100644 index 000000000..11e196950 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-dark-style.png new file mode 100644 index 000000000..78bc2996b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-style.png new file mode 100644 index 000000000..72f55e677 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-dark-style.png new file mode 100644 index 000000000..e8517e1f8 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-style.png new file mode 100644 index 000000000..7ef7513f7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-dark-style.png new file mode 100644 index 000000000..2c446096f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-style.png new file mode 100644 index 000000000..514ec671c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-dark-style.png new file mode 100644 index 000000000..c7c80b63c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-style.png new file mode 100644 index 000000000..803782444 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-dark-style.png new file mode 100644 index 000000000..e7c4170ea Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-style.png new file mode 100644 index 000000000..4572d3707 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-dark-style.png new file mode 100644 index 000000000..8ed182c09 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-style.png new file mode 100644 index 000000000..f22a00dba Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-dark-style.png new file mode 100644 index 000000000..55845b3da Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-style.png new file mode 100644 index 000000000..ab27e9b4e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-dark-style.png new file mode 100644 index 000000000..fbc5406f3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-style.png new file mode 100644 index 000000000..edb34df4f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-dark-style.png new file mode 100644 index 000000000..ec25fda8f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-style.png new file mode 100644 index 000000000..49ce78bb0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-dark-style.png new file mode 100644 index 000000000..784c752a3 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-style.png new file mode 100644 index 000000000..7f11b3a82 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-dark-style.png new file mode 100644 index 000000000..541194b73 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-style.png new file mode 100644 index 000000000..f39622f36 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-dark-style.png new file mode 100644 index 000000000..d27094e81 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-style.png new file mode 100644 index 000000000..d04adb8d1 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-dark-style.png new file mode 100644 index 000000000..fec3d1a96 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-style.png new file mode 100644 index 000000000..bd8bd8331 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-dark-style.png new file mode 100644 index 000000000..9140cd875 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-style.png new file mode 100644 index 000000000..93f8b44bc Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-dark-style.png new file mode 100644 index 000000000..9e48f381f Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-style.png new file mode 100644 index 000000000..88f666e6c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-dark-style.png similarity index 77% rename from Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-dark-style.png rename to MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-dark-style.png index dc6de5973..2758507ae 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-dark-style.png and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-style.png new file mode 100644 index 000000000..a0ebfb6c0 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-dark-style.png new file mode 100644 index 000000000..eed60e9f7 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-style.png new file mode 100644 index 000000000..b523cc532 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-dark-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-dark-style.png new file mode 100644 index 000000000..c2a8f2572 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-dark-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-style.png new file mode 100644 index 000000000..b643b688c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-movistar-light-style.png new file mode 100644 index 000000000..885feb36b Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-vivoNew-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-vivoNew-light-style.png new file mode 100644 index 000000000..1f1d1fd7d Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-vivoNew-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-movistar-light-style.png new file mode 100644 index 000000000..8ab62d9e4 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-vivoNew-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-vivoNew-light-style.png new file mode 100644 index 000000000..2ccfb6552 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-vivoNew-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-movistar-light-style.png new file mode 100644 index 000000000..7fdb2912a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-vivoNew-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-vivoNew-light-style.png new file mode 100644 index 000000000..6fe982152 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-vivoNew-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-movistar-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-movistar-light-style.png new file mode 100644 index 000000000..8a8169e6c Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-movistar-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-vivoNew-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-vivoNew-light-style.png new file mode 100644 index 000000000..9ba0c3b9e Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-vivoNew-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4.with-vivoNew-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4.with-vivoNew-light-style.png new file mode 100644 index 000000000..7ed367dcb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4.with-vivoNew-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4Multiline.with-vivoNew-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4Multiline.with-vivoNew-light-style.png new file mode 100644 index 000000000..4006df09a Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4Multiline.with-vivoNew-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4MultilineAndLink.with-vivoNew-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4MultilineAndLink.with-vivoNew-light-style.png new file mode 100644 index 000000000..fe14060bb Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4MultilineAndLink.with-vivoNew-light-style.png differ diff --git a/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4WithLink.with-vivoNew-light-style.png b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4WithLink.with-vivoNew-light-style.png new file mode 100644 index 000000000..a774460a6 Binary files /dev/null and b/MisticaCatalog/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4WithLink.with-vivoNew-light-style.png differ diff --git a/Tests/MisticaTests/Utils/TestHelpers.swift b/MisticaCatalog/MisticaTests/Utils/TestHelpers.swift similarity index 100% rename from Tests/MisticaTests/Utils/TestHelpers.swift rename to MisticaCatalog/MisticaTests/Utils/TestHelpers.swift diff --git a/Tests/MisticaTests/Utils/UIView+Utils.swift b/MisticaCatalog/MisticaTests/Utils/UIView+Utils.swift similarity index 100% rename from Tests/MisticaTests/Utils/UIView+Utils.swift rename to MisticaCatalog/MisticaTests/Utils/UIView+Utils.swift diff --git a/Package.resolved b/Package.resolved index 9760e53f2..c23c5066b 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "afc2dc069e206133d7267445d63fd15d07a67e678ffd12bc8558a9e2e42b5dfa", + "originHash" : "fc840df22a7e974a93203c473ad211d358be4e5b9bd83d4ed2e92c0c00598df6", "pins" : [ { "identity" : "lottie-spm", @@ -27,24 +27,6 @@ "revision" : "950167445ab703740569869c8b7510efc9d09a26", "version" : "1.7.0" } - }, - { - "identity" : "swift-snapshot-testing", - "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/swift-snapshot-testing.git", - "state" : { - "revision" : "42a086182681cf661f5c47c9b7dc3931de18c6d7", - "version" : "1.17.6" - } - }, - { - "identity" : "swift-syntax", - "kind" : "remoteSourceControl", - "location" : "https://github.com/swiftlang/swift-syntax", - "state" : { - "revision" : "0687f71944021d616d34d922343dcef086855920", - "version" : "600.0.1" - } } ], "version" : 3 diff --git a/Package.swift b/Package.swift index b14f92144..44a8b0058 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,6 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/airbnb/lottie-spm.git", exact: "4.5.1"), - .package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", exact: "1.18.6"), .package(url: "https://github.com/SDWebImage/SDWebImage.git", exact: "5.19.1"), .package(url: "https://github.com/SDWebImage/SDWebImageSVGCoder.git", exact: "1.7.0") ], @@ -34,25 +33,6 @@ let package = Package( ] ), - .testTarget( - name: "MisticaCommonTests", - dependencies: [ - "MisticaCommon", - .product(name: "SnapshotTesting", package: "swift-snapshot-testing") - ], - exclude: [ - "Fonts/__Snapshots__" - ], - resources: [ - .process("Resources/Telefonica-Bold.otf"), - .process("Resources/Telefonica-Light.otf"), - .process("Resources/Telefonica-Regular.otf") - ], - swiftSettings: [ - .define("SWIFT_PACKAGE") - ] - ), - .target( name: "MisticaSwiftUI", dependencies: [ @@ -83,21 +63,6 @@ let package = Package( .define("SWIFT_PACKAGE") ] ), - - .testTarget( - name: "MisticaSwiftUITests", - dependencies: [ - "MisticaSwiftUI", - .product(name: "SnapshotTesting", package: "swift-snapshot-testing") - ], - exclude: [ - "UI/__Snapshots__" - ], - swiftSettings: [ - .define("SWIFT_PACKAGE") - ] - ), - .target( name: "Mistica", dependencies: [ @@ -152,22 +117,6 @@ let package = Package( swiftSettings: [ .define("SWIFT_PACKAGE") ] - ), - .testTarget( - name: "MisticaTests", - dependencies: [ - "Mistica", - .product(name: "SnapshotTesting", package: "swift-snapshot-testing") - ], - exclude: [ - "UI/__Snapshots__" - ], - resources: [ - .process("UI/Fixtures/Icons") - ], - swiftSettings: [ - .define("SWIFT_PACKAGE") - ] ) ] ) diff --git a/Tests/Info.plist b/Tests/Info.plist deleted file mode 100644 index eac546396..000000000 --- a/Tests/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - $(PRODUCT_BUNDLE_PACKAGE_TYPE) - CFBundleShortVersionString - $(VERSION_NUMBER) - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - - diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testNumericBadgeContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testNumericBadgeContent.1.png deleted file mode 100644 index a23a6de31..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testNumericBadgeContent.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.1.png deleted file mode 100644 index 4bd5dc07c..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.1.png deleted file mode 100644 index af0d2562a..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevron.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevron.1.png deleted file mode 100644 index 915ae7577..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevron.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.1.png deleted file mode 100644 index 780d7c3f0..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevron.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevron.1.png deleted file mode 100644 index 236b17d1a..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevron.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.1.png deleted file mode 100644 index 63a55320b..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png deleted file mode 100644 index f38f98a90..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.1.png deleted file mode 100644 index af80a0003..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.1.png deleted file mode 100644 index 8ae853f20..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.1.png deleted file mode 100644 index 1cc0dd240..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.1.png deleted file mode 100644 index 7fb3ffedd..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevron.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevron.1.png deleted file mode 100644 index f8d8aeb94..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevron.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.1.png deleted file mode 100644 index 74a36d3cb..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevron.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevron.1.png deleted file mode 100644 index 3fa85ef00..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevron.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.1.png deleted file mode 100644 index 72963f60b..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png deleted file mode 100644 index 6e561cc9d..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.1.png deleted file mode 100644 index 5ffb6e231..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.1.png deleted file mode 100644 index 167ccd191..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testDismissButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testDismissButton.1.png deleted file mode 100644 index 31e3010af..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testDismissButton.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImage.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImage.1.png deleted file mode 100644 index 79e543c94..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImage.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImageAndDismiss.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImageAndDismiss.1.png deleted file mode 100644 index 1a2538707..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImageAndDismiss.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testLink.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testLink.1.png deleted file mode 100644 index d13eb6266..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testLink.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoButtons.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoButtons.1.png deleted file mode 100644 index 90488f291..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoButtons.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoTitle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoTitle.1.png deleted file mode 100644 index 156762bcb..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoTitle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimary.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimary.1.png deleted file mode 100644 index 17272b328..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimary.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndLink.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndLink.1.png deleted file mode 100644 index d22174002..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndLink.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondary.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondary.1.png deleted file mode 100644 index e62b64a7c..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondary.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondary.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondary.1.png deleted file mode 100644 index 12fa14897..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondary.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondaryAndLink.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondaryAndLink.1.png deleted file mode 100644 index 1899635fa..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondaryAndLink.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithClose.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithClose.1.png deleted file mode 100644 index a57846fa8..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithClose.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImage.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImage.1.png deleted file mode 100644 index 6ab0bef54..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImage.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImageAndClose.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImageAndClose.1.png deleted file mode 100644 index f8a757549..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImageAndClose.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithClose.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithClose.1.png deleted file mode 100644 index 9b43b082c..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithClose.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImage.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImage.1.png deleted file mode 100644 index f94247b24..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImage.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImageAndClose.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImageAndClose.1.png deleted file mode 100644 index d8aa67227..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImageAndClose.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedChipWithImage.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedChipWithImage.1.png deleted file mode 100644 index 089ebc1c0..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedChipWithImage.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedInverseChipWithImage.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedInverseChipWithImage.1.png deleted file mode 100644 index 9e97853dd..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedInverseChipWithImage.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongChip.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongChip.1.png deleted file mode 100644 index 1f425ef4d..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongChip.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongInverseChip.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongInverseChip.1.png deleted file mode 100644 index 0be8c347d..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongInverseChip.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testError.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testError.1.png deleted file mode 100644 index 4f39622b6..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testError.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithInfiniteTimeInterval.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithInfiniteTimeInterval.1.png deleted file mode 100644 index ae15383a5..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithInfiniteTimeInterval.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithTenSecondsTimeInterval.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithTenSecondsTimeInterval.1.png deleted file mode 100644 index 572ca0707..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithTenSecondsTimeInterval.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButton.1.png deleted file mode 100644 index 1543540a5..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButton.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png deleted file mode 100644 index df2a77251..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeTitle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeTitle.1.png deleted file mode 100644 index 0afa13e67..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeTitle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitle.1.png deleted file mode 100644 index ab86914ce..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitleAndAction.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitleAndAction.1.png deleted file mode 100644 index 572ca0707..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitleAndAction.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testAlternativeColors.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testAlternativeColors.1.png deleted file mode 100644 index 23ad3e9a0..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testAlternativeColors.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtonAndFragment.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtonAndFragment.1.png deleted file mode 100644 index 9117f5b19..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtonAndFragment.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtons.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtons.1.png deleted file mode 100644 index 5d7cb8a77..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtons.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDescriptionOnly.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDescriptionOnly.1.png deleted file mode 100644 index eaa918558..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDescriptionOnly.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDismissAction.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDismissAction.1.png deleted file mode 100644 index 2009798fc..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDismissAction.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testFixedVerticalContentSize.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testFixedVerticalContentSize.1.png deleted file mode 100644 index c142c3bd9..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testFixedVerticalContentSize.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIcon.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIcon.1.png deleted file mode 100644 index b8ae9b0cc..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIcon.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIconNoBackground.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIconNoBackground.1.png deleted file mode 100644 index aa7d8a2e5..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIconNoBackground.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testImage.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testImage.1.png deleted file mode 100644 index bd65eab0d..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testImage.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMinimumCard.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMinimumCard.1.png deleted file mode 100644 index ce8cf222a..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMinimumCard.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMultipleline.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMultipleline.1.png deleted file mode 100644 index 946f24465..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMultipleline.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNoButtons.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNoButtons.1.png deleted file mode 100644 index 881e8b473..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNoButtons.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNonFixedVerticalContentSize.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNonFixedVerticalContentSize.1.png deleted file mode 100644 index ed5e87fe5..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNonFixedVerticalContentSize.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testSingleline.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testSingleline.1.png deleted file mode 100644 index 25bf82ced..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testSingleline.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testTitleOnly.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testTitleOnly.1.png deleted file mode 100644 index ac97fd922..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testTitleOnly.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testCardStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testCardStyle.1.png deleted file mode 100644 index 6a004cbad..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testCardStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testFullWidthAsset.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testFullWidthAsset.1.png deleted file mode 100644 index 046433abd..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testFullWidthAsset.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testIconAsset.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testIconAsset.1.png deleted file mode 100644 index 496689dd0..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testIconAsset.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testImageAsset.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testImageAsset.1.png deleted file mode 100644 index 908035824..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testImageAsset.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustPrimaryButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustPrimaryButton.1.png deleted file mode 100644 index f33c812d3..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustPrimaryButton.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustSecondaryButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustSecondaryButton.1.png deleted file mode 100644 index cf1b65955..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustSecondaryButton.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testLargeText.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testLargeText.1.png deleted file mode 100644 index e0420db9b..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testLargeText.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoButtons.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoButtons.1.png deleted file mode 100644 index 6326dccfe..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoButtons.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoDescription.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoDescription.1.png deleted file mode 100644 index b074514c1..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoDescription.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContent.1.png deleted file mode 100644 index f4cc2e21c..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContent.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContentAndReference.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContentAndReference.1.png deleted file mode 100644 index f4cc2e21c..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContentAndReference.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testError.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testError.1.png deleted file mode 100644 index 6c37c9a9b..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testError.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testErrorReference.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testErrorReference.1.png deleted file mode 100644 index d3acaa9ef..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testErrorReference.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testFeedback.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testFeedback.1.png deleted file mode 100644 index 3ee2bad9a..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testFeedback.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testInformative.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testInformative.1.png deleted file mode 100644 index 654a0ff7b..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testInformative.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testLinkButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testLinkButton.1.png deleted file mode 100644 index 1a2185ca1..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testLinkButton.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testMultiline.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testMultiline.1.png deleted file mode 100644 index 62359b56e..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testMultiline.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testPrimarySecondaryAndLinkButtons.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testPrimarySecondaryAndLinkButtons.1.png deleted file mode 100644 index 6eb282ca6..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testPrimarySecondaryAndLinkButtons.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryAndLinkButtons.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryAndLinkButtons.1.png deleted file mode 100644 index 529901521..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryAndLinkButtons.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryButton.1.png deleted file mode 100644 index c6035e775..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryButton.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSuccess.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSuccess.1.png deleted file mode 100644 index 7c273dfed..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSuccess.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png deleted file mode 100644 index 591c4adf6..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderAndSmallStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderAndSmallStyle.1.png deleted file mode 100644 index e8cffb696..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderAndSmallStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseAndSmallStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseAndSmallStyle.1.png deleted file mode 100644 index b9ea8d09a..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseAndSmallStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseStyle.1.png deleted file mode 100644 index b91a716e9..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png deleted file mode 100644 index c4d1fa9ba..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndInverseStyle.1.png deleted file mode 100644 index 571e8d80f..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png deleted file mode 100644 index f2f70b2f3..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png deleted file mode 100644 index 7131661aa..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderWithInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderWithInverseStyle.1.png deleted file mode 100644 index ef5e531bf..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderWithInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png deleted file mode 100644 index 886e30096..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderWithInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderWithInverseStyle.1.png deleted file mode 100644 index d4246f5a2..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderWithInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png deleted file mode 100644 index d426205a6..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderWithInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderWithInverseStyle.1.png deleted file mode 100644 index de17ec536..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderWithInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDate.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDate.1.png deleted file mode 100644 index a45aab9eb..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDate.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDropdown.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDropdown.1.png deleted file mode 100644 index 58fc02fa1..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDropdown.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongAssistiveText.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongAssistiveText.1.png deleted file mode 100644 index df4da4dea..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongAssistiveText.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongPlaceholder.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongPlaceholder.1.png deleted file mode 100644 index 9f99df8fc..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongPlaceholder.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongText.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongText.1.png deleted file mode 100644 index 987befacf..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongText.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testPhone.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testPhone.1.png deleted file mode 100644 index 3ec48742c..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testPhone.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSearch.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSearch.1.png deleted file mode 100644 index 265df3bb5..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSearch.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSecure.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSecure.1.png deleted file mode 100644 index d72f21d3b..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSecure.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testText.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testText.1.png deleted file mode 100644 index 7a2bf44a4..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testText.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testBoxedRowContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testBoxedRowContent.1.png deleted file mode 100644 index 3f50b7051..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testBoxedRowContent.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testFullwidthRowContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testFullwidthRowContent.1.png deleted file mode 100644 index 162150c44..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testFullwidthRowContent.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testImageAlignment.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testImageAlignment.1.png deleted file mode 100644 index d366ab4fa..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testImageAlignment.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInBoxedContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInBoxedContent.1.png deleted file mode 100644 index 9c7b78455..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInBoxedContent.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInFullwidthdContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInFullwidthdContent.1.png deleted file mode 100644 index 715f81c70..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInFullwidthdContent.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testError.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testError.1.png deleted file mode 100644 index ae403d20b..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testError.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithInfiniteTimeInterval.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithInfiniteTimeInterval.1.png deleted file mode 100644 index d9e2c1195..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithInfiniteTimeInterval.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithTenSecondsTimeInterval.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithTenSecondsTimeInterval.1.png deleted file mode 100644 index 792e72a89..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithTenSecondsTimeInterval.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButton.1.png deleted file mode 100644 index 42595b97b..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButton.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png deleted file mode 100644 index c7799f0bd..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeTitle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeTitle.1.png deleted file mode 100644 index 83839d609..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeTitle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitle.1.png deleted file mode 100644 index 84a2e4124..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitle.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitleAndAction.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitleAndAction.1.png deleted file mode 100644 index 792e72a89..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitleAndAction.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourLongTabsAndSecondSelected.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourLongTabsAndSecondSelected.1.png deleted file mode 100644 index 0b88a287c..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourLongTabsAndSecondSelected.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourNoImageTabs.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourNoImageTabs.1.png deleted file mode 100644 index 429ad6049..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourNoImageTabs.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourShortTabsAndSecondSelected.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourShortTabsAndSecondSelected.1.png deleted file mode 100644 index 1939a0508..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourShortTabsAndSecondSelected.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testThreeNoImageTabs.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testThreeNoImageTabs.1.png deleted file mode 100644 index 2dfcf4641..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testThreeNoImageTabs.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabs.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabs.1.png deleted file mode 100644 index 3f630dd65..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabs.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabsAndSecondSelected.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabsAndSecondSelected.1.png deleted file mode 100644 index 066194e60..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabsAndSecondSelected.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabs.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabs.1.png deleted file mode 100644 index b0463e756..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabs.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabsAndSecondSelected.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabsAndSecondSelected.1.png deleted file mode 100644 index 4380f6fe3..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabsAndSecondSelected.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoLongTabs.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoLongTabs.1.png deleted file mode 100644 index 964b6c8b8..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoLongTabs.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoShortTabs.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoShortTabs.1.png deleted file mode 100644 index 121396393..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoShortTabs.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testInverseTagContentWitchIcon.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testInverseTagContentWitchIcon.1.png deleted file mode 100644 index 63c0206b4..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testInverseTagContentWitchIcon.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testLargeTagContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testLargeTagContent.1.png deleted file mode 100644 index 2a064d239..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testLargeTagContent.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContent.1.png deleted file mode 100644 index 9fae74be8..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContent.1.png and /dev/null differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContentWitchIcon.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContentWitchIcon.1.png deleted file mode 100644 index 48da8d2d7..000000000 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContentWitchIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-dark-style.png deleted file mode 100644 index 13e699e19..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-style.png deleted file mode 100644 index b6a6dfe91..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-dark-style.png deleted file mode 100644 index e64aaa5c2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-style.png deleted file mode 100644 index cd6d6fd4d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-dark-style.png deleted file mode 100644 index 008704798..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-style.png deleted file mode 100644 index 7d322e23c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-dark-style.png deleted file mode 100644 index e0d1e4b1f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-style.png deleted file mode 100644 index 9200f3f86..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-dark-style.png deleted file mode 100644 index a5e7db058..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-style.png deleted file mode 100644 index 706139018..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-dark-style.png deleted file mode 100644 index cc1928947..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-style.png deleted file mode 100644 index 9ad842096..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testXIBIntegration.1.png deleted file mode 100644 index a39ea7f3f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testXIBIntegration.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testChevronOnLargeView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testChevronOnLargeView.1.png deleted file mode 100644 index 6d501b1c1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testChevronOnLargeView.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.assertInitialState.png deleted file mode 100644 index e0c89a376..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.finalState.png deleted file mode 100644 index e0c89a376..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-blau-dark-style.png deleted file mode 100644 index dd6b1bd1a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-blau-style.png deleted file mode 100644 index 99fcc062b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-movistar-dark-style.png deleted file mode 100644 index 924b12e99..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-movistar-style.png deleted file mode 100644 index 924b12e99..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-o2New-dark-style.png deleted file mode 100644 index 36f4e8562..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-o2New-style.png deleted file mode 100644 index 58eda561d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-telefonica-dark-style.png deleted file mode 100644 index ad960f285..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-telefonica-style.png deleted file mode 100644 index f53939b50..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-tu-dark-style.png deleted file mode 100644 index e6de1130b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-tu-style.png deleted file mode 100644 index 3d37a4e64..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-vivoNew-dark-style.png deleted file mode 100644 index 90794db53..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-vivoNew-style.png deleted file mode 100644 index b9213a037..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftAndRightImages.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-blau-dark-style.png deleted file mode 100644 index 9de705728..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-blau-style.png deleted file mode 100644 index 04d28f2b1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-movistar-dark-style.png deleted file mode 100644 index 2dc96b69c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-movistar-style.png deleted file mode 100644 index 2dc96b69c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-o2New-dark-style.png deleted file mode 100644 index d9378a59e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-o2New-style.png deleted file mode 100644 index aac6d25b2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-telefonica-dark-style.png deleted file mode 100644 index 2e08d2e43..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-telefonica-style.png deleted file mode 100644 index 256f243c3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-tu-dark-style.png deleted file mode 100644 index 39d62c17a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-tu-style.png deleted file mode 100644 index b1311c244..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-vivoNew-dark-style.png deleted file mode 100644 index d6dde0c42..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-vivoNew-style.png deleted file mode 100644 index 30ea37781..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLeftImageAndChevron.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLoadingTextIsAlwaysSingleLine.1.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLoadingTextIsAlwaysSingleLine.1.png deleted file mode 100644 index e905bfb9e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLoadingTextIsAlwaysSingleLine.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testMinimumWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testMinimumWidth.1.png deleted file mode 100644 index 75923d86b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testMinimumWidth.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-dark-style.png deleted file mode 100644 index da3306eee..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-style.png deleted file mode 100644 index 32e8ecd33..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-dark-style.png deleted file mode 100644 index 6d259243d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-style.png deleted file mode 100644 index 6d259243d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-dark-style.png deleted file mode 100644 index c471b3b3d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-style.png deleted file mode 100644 index c471b3b3d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-dark-style.png deleted file mode 100644 index a6aec920b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-style.png deleted file mode 100644 index f90cbb522..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-dark-style.png deleted file mode 100644 index 7e5c4ac8a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-style.png deleted file mode 100644 index dc467f526..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 4c348d02f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-style.png deleted file mode 100644 index e147998aa..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-dark-style.png deleted file mode 100644 index f67d2d337..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-style.png deleted file mode 100644 index a55bf9716..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-dark-style.png deleted file mode 100644 index e5e93e3a1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-style.png deleted file mode 100644 index e6ec49d62..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-dark-style.png deleted file mode 100644 index aea0273ec..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-style.png deleted file mode 100644 index 7857600c2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-dark-style.png deleted file mode 100644 index 286ef016c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-style.png deleted file mode 100644 index d7457eca7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-dark-style.png deleted file mode 100644 index f4d3a03ce..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-style.png deleted file mode 100644 index 55a2b1c69..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-dark-style.png deleted file mode 100644 index ec06c398c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-style.png deleted file mode 100644 index aeb7a0b2e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-dark-style.png deleted file mode 100644 index 6b44680ce..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-style.png deleted file mode 100644 index 1315488b6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-dark-style.png deleted file mode 100644 index e5e93e3a1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-style.png deleted file mode 100644 index c40b632b8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-dark-style.png deleted file mode 100644 index aea0273ec..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-style.png deleted file mode 100644 index 756044bbd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-dark-style.png deleted file mode 100644 index 286ef016c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-style.png deleted file mode 100644 index c407fdc85..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-dark-style.png deleted file mode 100644 index f4d3a03ce..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-style.png deleted file mode 100644 index f4d3a03ce..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-dark-style.png deleted file mode 100644 index ec06c398c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-style.png deleted file mode 100644 index 91095bccf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-dark-style.png deleted file mode 100644 index 6dbf0ec5a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-style.png deleted file mode 100644 index 236882bf9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-dark-style.png deleted file mode 100644 index 5373f7d36..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-style.png deleted file mode 100644 index 5191e9d3e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-dark-style.png deleted file mode 100644 index c22856c56..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-style.png deleted file mode 100644 index f709d38e6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-dark-style.png deleted file mode 100644 index 84eee345f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-style.png deleted file mode 100644 index f709d38e6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-dark-style.png deleted file mode 100644 index f2c76c42f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-style.png deleted file mode 100644 index f709d38e6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-dark-style.png deleted file mode 100644 index d7cf3564a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-style.png deleted file mode 100644 index 1eb34dffb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png deleted file mode 100644 index 551fef2c9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-style.png deleted file mode 100644 index 5cb6b40c8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png deleted file mode 100644 index e340b0fc1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-style.png deleted file mode 100644 index e88df3f36..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png deleted file mode 100644 index c96730a8e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-style.png deleted file mode 100644 index 24bf35e41..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png deleted file mode 100644 index 7418f3534..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png deleted file mode 100644 index 24bf35e41..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png deleted file mode 100644 index 18c1b3fad..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-style.png deleted file mode 100644 index 24bf35e41..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 56b9bd35e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png deleted file mode 100644 index 75bc743a5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-blau-dark-style.png deleted file mode 100644 index 2694e129f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-blau-style.png deleted file mode 100644 index 3c377be7e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-movistar-dark-style.png deleted file mode 100644 index 1203e7b44..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-movistar-style.png deleted file mode 100644 index a1ff78aa2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-o2New-dark-style.png deleted file mode 100644 index d2c382813..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-o2New-style.png deleted file mode 100644 index b392c60d9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-telefonica-dark-style.png deleted file mode 100644 index ceb368abc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-telefonica-style.png deleted file mode 100644 index b392c60d9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-tu-dark-style.png deleted file mode 100644 index bd91ba02a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-tu-style.png deleted file mode 100644 index b392c60d9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-dark-style.png deleted file mode 100644 index ecd77652e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-style.png deleted file mode 100644 index 584cc166c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-dark-style.png deleted file mode 100644 index 6dbf0ec5a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-style.png deleted file mode 100644 index 7627700f0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-dark-style.png deleted file mode 100644 index 5373f7d36..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-style.png deleted file mode 100644 index 79b85aa63..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-dark-style.png deleted file mode 100644 index c22856c56..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-style.png deleted file mode 100644 index 3fbbc63e0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-dark-style.png deleted file mode 100644 index 84eee345f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-style.png deleted file mode 100644 index fd24fb2d8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-dark-style.png deleted file mode 100644 index f2c76c42f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-style.png deleted file mode 100644 index 05386d284..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-dark-style.png deleted file mode 100644 index d7cf3564a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-style.png deleted file mode 100644 index 9eacb89bc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-dark-style.png deleted file mode 100644 index 551fef2c9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-style.png deleted file mode 100644 index a34b7f7b6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-dark-style.png deleted file mode 100644 index e340b0fc1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-style.png deleted file mode 100644 index 2c99973e2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-dark-style.png deleted file mode 100644 index c96730a8e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-style.png deleted file mode 100644 index c997c873a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png deleted file mode 100644 index 7418f3534..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-style.png deleted file mode 100644 index f49770859..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-dark-style.png deleted file mode 100644 index 18c1b3fad..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-style.png deleted file mode 100644 index 1fb1f9422..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 56b9bd35e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-style.png deleted file mode 100644 index fecf007d9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-blau-dark-style.png deleted file mode 100644 index 2694e129f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-blau-style.png deleted file mode 100644 index 3da5e3e13..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-movistar-dark-style.png deleted file mode 100644 index 1203e7b44..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-movistar-style.png deleted file mode 100644 index 03b090d53..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-o2New-dark-style.png deleted file mode 100644 index d2c382813..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-o2New-style.png deleted file mode 100644 index 709a32efc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-telefonica-dark-style.png deleted file mode 100644 index ceb368abc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-telefonica-style.png deleted file mode 100644 index 4991f0e14..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-tu-dark-style.png deleted file mode 100644 index bd91ba02a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-tu-style.png deleted file mode 100644 index 3dd02e5af..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-vivoNew-dark-style.png deleted file mode 100644 index ecd77652e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-vivoNew-style.png deleted file mode 100644 index 2f6b05ec2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithLeftImageStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-dark-style.png deleted file mode 100644 index e88f91332..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-style.png deleted file mode 100644 index 903a0a15d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-dark-style.png deleted file mode 100644 index 903a0a15d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-style.png deleted file mode 100644 index 903a0a15d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-dark-style.png deleted file mode 100644 index 903a0a15d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-style.png deleted file mode 100644 index 903a0a15d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-dark-style.png deleted file mode 100644 index 3cb27fa7b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-style.png deleted file mode 100644 index 903a0a15d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-dark-style.png deleted file mode 100644 index 07970fdbe..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-style.png deleted file mode 100644 index 903a0a15d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 91df77ca3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-style.png deleted file mode 100644 index 903a0a15d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-dark-style.png deleted file mode 100644 index 3e980b164..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-style.png deleted file mode 100644 index 0b7fe4a5d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-dark-style.png deleted file mode 100644 index b9b6c58b3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-style.png deleted file mode 100644 index 02be7c0ec..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-dark-style.png deleted file mode 100644 index 6d063f5cd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-style.png deleted file mode 100644 index 83cfbb8e4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png deleted file mode 100644 index d29634dc4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-style.png deleted file mode 100644 index 9b8266227..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-dark-style.png deleted file mode 100644 index 1e4c52261..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-style.png deleted file mode 100644 index 7ebf2fe97..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 51debd908..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-style.png deleted file mode 100644 index fb08de22f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-dark-style.png deleted file mode 100644 index 3e980b164..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-style.png deleted file mode 100644 index 00d535862..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-dark-style.png deleted file mode 100644 index b9b6c58b3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-style.png deleted file mode 100644 index b9b6c58b3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-dark-style.png deleted file mode 100644 index 6d063f5cd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-style.png deleted file mode 100644 index 6e97a7e86..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-dark-style.png deleted file mode 100644 index d29634dc4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-style.png deleted file mode 100644 index deb7bdff4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-dark-style.png deleted file mode 100644 index 1e4c52261..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-style.png deleted file mode 100644 index dcac2cf08..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 51debd908..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-style.png deleted file mode 100644 index b9f5a03fd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-dark-style.png deleted file mode 100644 index 0a84f609a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-style.png deleted file mode 100644 index 9e87438d6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-dark-style.png deleted file mode 100644 index 44b8d3eb3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-style.png deleted file mode 100644 index 9e87438d6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-dark-style.png deleted file mode 100644 index 06fe72e43..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-style.png deleted file mode 100644 index 961aae606..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png deleted file mode 100644 index d3a76164f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-style.png deleted file mode 100644 index 06eb13789..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-dark-style.png deleted file mode 100644 index 234221045..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-style.png deleted file mode 100644 index 06eb13789..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 3c9b1ceda..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-style.png deleted file mode 100644 index 06eb13789..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-dark-style.png deleted file mode 100644 index 6039d48e0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-style.png deleted file mode 100644 index 5b2eb49a9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-dark-style.png deleted file mode 100644 index 3a070f363..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-style.png deleted file mode 100644 index d0fda7de9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-dark-style.png deleted file mode 100644 index bac5b87bc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-style.png deleted file mode 100644 index 37c6e43b7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-dark-style.png deleted file mode 100644 index a0fecd9ec..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-style.png deleted file mode 100644 index be60575ce..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-dark-style.png deleted file mode 100644 index db7fddcd8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-style.png deleted file mode 100644 index 20925eb46..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 903ff2bda..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-style.png deleted file mode 100644 index 4df720be8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.assertInitialState.png deleted file mode 100644 index e0c89a376..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.finalState.png deleted file mode 100644 index e0c89a376..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.assertInitialState.png deleted file mode 100644 index 10a70f85d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.finalState.png deleted file mode 100644 index 349bfd013..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-dark-style.png deleted file mode 100644 index 42e2dcb43..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-style.png deleted file mode 100644 index 9c44c8858..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-dark-style.png deleted file mode 100644 index 3a476b546..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-style.png deleted file mode 100644 index 3a476b546..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-dark-style.png deleted file mode 100644 index 920f41d8f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-style.png deleted file mode 100644 index 920f41d8f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-dark-style.png deleted file mode 100644 index 930ac7b87..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-style.png deleted file mode 100644 index b533105a5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-dark-style.png deleted file mode 100644 index 8267fac81..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-style.png deleted file mode 100644 index aa54a84d7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-dark-style.png deleted file mode 100644 index ea4369726..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-style.png deleted file mode 100644 index 21a730645..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-dark-style.png deleted file mode 100644 index 6dbf0ec5a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-style.png deleted file mode 100644 index 236882bf9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-dark-style.png deleted file mode 100644 index 5373f7d36..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-style.png deleted file mode 100644 index 5191e9d3e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-dark-style.png deleted file mode 100644 index c22856c56..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-style.png deleted file mode 100644 index f709d38e6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-dark-style.png deleted file mode 100644 index 84eee345f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-style.png deleted file mode 100644 index f709d38e6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-dark-style.png deleted file mode 100644 index f2c76c42f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-style.png deleted file mode 100644 index f709d38e6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-dark-style.png deleted file mode 100644 index d7cf3564a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-style.png deleted file mode 100644 index 1eb34dffb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png deleted file mode 100644 index 551fef2c9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-style.png deleted file mode 100644 index 5cb6b40c8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png deleted file mode 100644 index e340b0fc1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-style.png deleted file mode 100644 index e88df3f36..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png deleted file mode 100644 index c96730a8e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-style.png deleted file mode 100644 index 24bf35e41..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png deleted file mode 100644 index 7418f3534..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png deleted file mode 100644 index 24bf35e41..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png deleted file mode 100644 index 18c1b3fad..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-style.png deleted file mode 100644 index 24bf35e41..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 56b9bd35e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png deleted file mode 100644 index 75bc743a5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-blau-dark-style.png deleted file mode 100644 index 2694e129f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-blau-style.png deleted file mode 100644 index 3c377be7e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-movistar-dark-style.png deleted file mode 100644 index 1203e7b44..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-movistar-style.png deleted file mode 100644 index a1ff78aa2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-o2New-dark-style.png deleted file mode 100644 index d2c382813..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-o2New-style.png deleted file mode 100644 index b392c60d9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-telefonica-dark-style.png deleted file mode 100644 index ceb368abc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-telefonica-style.png deleted file mode 100644 index b392c60d9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-tu-dark-style.png deleted file mode 100644 index bd91ba02a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-tu-style.png deleted file mode 100644 index b392c60d9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-dark-style.png deleted file mode 100644 index ecd77652e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-style.png deleted file mode 100644 index 584cc166c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithLeftImageStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-dark-style.png deleted file mode 100644 index 6dbf0ec5a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-style.png deleted file mode 100644 index 7627700f0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-dark-style.png deleted file mode 100644 index 5373f7d36..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-style.png deleted file mode 100644 index 79b85aa63..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-dark-style.png deleted file mode 100644 index c22856c56..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-style.png deleted file mode 100644 index 3fbbc63e0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-dark-style.png deleted file mode 100644 index 84eee345f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-style.png deleted file mode 100644 index fd24fb2d8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-dark-style.png deleted file mode 100644 index f2c76c42f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-style.png deleted file mode 100644 index 05386d284..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-dark-style.png deleted file mode 100644 index d7cf3564a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-style.png deleted file mode 100644 index 9eacb89bc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-dark-style.png deleted file mode 100644 index 551fef2c9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-style.png deleted file mode 100644 index a34b7f7b6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-dark-style.png deleted file mode 100644 index e340b0fc1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-style.png deleted file mode 100644 index 2c99973e2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-dark-style.png deleted file mode 100644 index c96730a8e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-style.png deleted file mode 100644 index c997c873a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png deleted file mode 100644 index 7418f3534..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-style.png deleted file mode 100644 index f49770859..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-dark-style.png deleted file mode 100644 index 18c1b3fad..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-style.png deleted file mode 100644 index 1fb1f9422..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 56b9bd35e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-style.png deleted file mode 100644 index fecf007d9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-blau-dark-style.png deleted file mode 100644 index 2694e129f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-blau-style.png deleted file mode 100644 index 3da5e3e13..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-movistar-dark-style.png deleted file mode 100644 index 1203e7b44..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-movistar-style.png deleted file mode 100644 index 03b090d53..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-o2New-dark-style.png deleted file mode 100644 index d2c382813..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-o2New-style.png deleted file mode 100644 index 709a32efc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-telefonica-dark-style.png deleted file mode 100644 index ceb368abc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-telefonica-style.png deleted file mode 100644 index 4991f0e14..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-tu-dark-style.png deleted file mode 100644 index bd91ba02a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-tu-style.png deleted file mode 100644 index 3dd02e5af..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-vivoNew-dark-style.png deleted file mode 100644 index ecd77652e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-vivoNew-style.png deleted file mode 100644 index 2f6b05ec2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithLeftImageStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-dark-style.png deleted file mode 100644 index 0c6e71bc2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-style.png deleted file mode 100644 index ab176d49c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-dark-style.png deleted file mode 100644 index ab176d49c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-style.png deleted file mode 100644 index ab176d49c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-dark-style.png deleted file mode 100644 index ab176d49c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-style.png deleted file mode 100644 index ab176d49c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-dark-style.png deleted file mode 100644 index 3ce17c6d3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-style.png deleted file mode 100644 index ab176d49c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-dark-style.png deleted file mode 100644 index 98050998b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-style.png deleted file mode 100644 index ab176d49c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 3df74fe4c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-style.png deleted file mode 100644 index ab176d49c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-dark-style.png deleted file mode 100644 index 78a7c8d6d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-style.png deleted file mode 100644 index d73751d28..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-dark-style.png deleted file mode 100644 index d2d8d722b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-style.png deleted file mode 100644 index 58da63cb7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-dark-style.png deleted file mode 100644 index 7c245dbb8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-style.png deleted file mode 100644 index d7280ca7a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png deleted file mode 100644 index 9b9653d6f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-style.png deleted file mode 100644 index ef33fbde7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-dark-style.png deleted file mode 100644 index 1693f41c8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-style.png deleted file mode 100644 index ae9873d84..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png deleted file mode 100644 index d4cb892da..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-style.png deleted file mode 100644 index 691543b6b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-dark-style.png deleted file mode 100644 index 78a7c8d6d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-style.png deleted file mode 100644 index 1c26de12e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-dark-style.png deleted file mode 100644 index d2d8d722b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-style.png deleted file mode 100644 index d2d8d722b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-dark-style.png deleted file mode 100644 index 7c245dbb8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-style.png deleted file mode 100644 index d79793ce0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-dark-style.png deleted file mode 100644 index 9b9653d6f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-style.png deleted file mode 100644 index 839c0e546..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-dark-style.png deleted file mode 100644 index 1693f41c8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-style.png deleted file mode 100644 index 2de72b6b2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-dark-style.png deleted file mode 100644 index d4cb892da..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-style.png deleted file mode 100644 index 24a4c461b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-dark-style.png deleted file mode 100644 index 770858b92..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-style.png deleted file mode 100644 index 837326694..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-dark-style.png deleted file mode 100644 index 5df05506b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-style.png deleted file mode 100644 index 837326694..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-dark-style.png deleted file mode 100644 index 20dec346c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-style.png deleted file mode 100644 index 13f26fc7a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png deleted file mode 100644 index 638adb4d9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-style.png deleted file mode 100644 index f7f1ed2cd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-dark-style.png deleted file mode 100644 index 772564319..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-style.png deleted file mode 100644 index f7f1ed2cd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 412def925..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-style.png deleted file mode 100644 index f7f1ed2cd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-dark-style.png deleted file mode 100644 index fd9d28f60..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-style.png deleted file mode 100644 index 685912525..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-dark-style.png deleted file mode 100644 index 843e5d7c1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-style.png deleted file mode 100644 index fcd34be9b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-dark-style.png deleted file mode 100644 index e8ed5cbb5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-style.png deleted file mode 100644 index ca579a24a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-dark-style.png deleted file mode 100644 index 4827b09ae..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-style.png deleted file mode 100644 index f66a47795..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-dark-style.png deleted file mode 100644 index 9f7058658..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-style.png deleted file mode 100644 index 9cc02fe46..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-dark-style.png deleted file mode 100644 index 88fafdc3f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-style.png deleted file mode 100644 index 9c06f7970..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.assertInitialState.png deleted file mode 100644 index e0c89a376..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.finalState.png deleted file mode 100644 index e0c89a376..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testTextIsAlwaysSingleLine.1.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testTextIsAlwaysSingleLine.1.png deleted file mode 100644 index bcc2219d1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testTextIsAlwaysSingleLine.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testXIBIntegration.1.png deleted file mode 100644 index eb8c3b35b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testXIBIntegration.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-dark-style.png deleted file mode 100644 index e3e0f620f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-style.png deleted file mode 100644 index c71d1b2f8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-dark-style.png deleted file mode 100644 index 1bb8aa5de..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-style.png deleted file mode 100644 index 0e74cc1be..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-dark-style.png deleted file mode 100644 index 8a2ad1754..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-style.png deleted file mode 100644 index bcf08619d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-dark-style.png deleted file mode 100644 index 21f5d8721..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-style.png deleted file mode 100644 index 04b91f2dd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-dark-style.png deleted file mode 100644 index 2a7fd029c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-style.png deleted file mode 100644 index 774138447..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-dark-style.png deleted file mode 100644 index 3826ed668..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-style.png deleted file mode 100644 index 309eabd6b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContent.1.png deleted file mode 100644 index b23162085..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContent.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutIcon.1.png deleted file mode 100644 index 3101419d0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutTitle.1.png deleted file mode 100644 index 0a65a0315..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutTitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testInverseBackground.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testInverseBackground.1.png deleted file mode 100644 index f7d13bded..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testInverseBackground.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnly.1.png deleted file mode 100644 index 30b16c7a6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnlyWithoutAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnlyWithoutAsset.1.png deleted file mode 100644 index a423b5cca..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnlyWithoutAsset.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testMinimumContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testMinimumContent.1.png deleted file mode 100644 index 0e74cc1be..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testMinimumContent.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnly.1.png deleted file mode 100644 index b23162085..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnlyWithoutAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnlyWithoutAsset.1.png deleted file mode 100644 index 3101419d0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnlyWithoutAsset.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnly.1.png deleted file mode 100644 index aede09017..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnlyWithoutAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnlyWithoutAsset.1.png deleted file mode 100644 index 1a26581a5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnlyWithoutAsset.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnly.1.png deleted file mode 100644 index d83e9123b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnlyWithoutAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnlyWithoutAsset.1.png deleted file mode 100644 index 156b0075b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnlyWithoutAsset.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnly.1.png deleted file mode 100644 index 162dc845f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnlyWithoutAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnlyWithoutAsset.1.png deleted file mode 100644 index c0db94cfe..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnlyWithoutAsset.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnly.1.png deleted file mode 100644 index 8bcf7d51e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnlyWithoutAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnlyWithoutAsset.1.png deleted file mode 100644 index 234b09f0b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnlyWithoutAsset.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowAsset.1.png deleted file mode 100644 index e17c33e73..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowAsset.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowLoadingStateForButtons.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowLoadingStateForButtons.1.png deleted file mode 100644 index 8c5647585..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowLoadingStateForButtons.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testXIBIntegration.1.png deleted file mode 100644 index f2cc4ed1e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testXIBIntegration.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitle.1.png deleted file mode 100644 index 4d7ee7e38..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndImage.1.png deleted file mode 100644 index 3bce35ae8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitle.1.png deleted file mode 100644 index e153f96be..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImage.1.png deleted file mode 100644 index 92ba232ab..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadline.1.png b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadline.1.png deleted file mode 100644 index e2d474f64..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadline.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadlineAndNavigationPreset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadlineAndNavigationPreset.1.png deleted file mode 100644 index 5c3ea97f4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadlineAndNavigationPreset.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-dark-style.png deleted file mode 100644 index 375dd2c90..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-style.png deleted file mode 100644 index 109a956a9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-dark-style.png deleted file mode 100644 index 009c0873b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-style.png deleted file mode 100644 index 12b71dd76..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-dark-style.png deleted file mode 100644 index 30ef6df0a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-style.png deleted file mode 100644 index 806022bde..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-dark-style.png deleted file mode 100644 index bec1e4653..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-style.png deleted file mode 100644 index b143c267a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-dark-style.png deleted file mode 100644 index 5531db89a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-style.png deleted file mode 100644 index 687ff65b9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-dark-style.png deleted file mode 100644 index ffc928976..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-style.png deleted file mode 100644 index edb8449cb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.assertInitialState.png deleted file mode 100644 index f6b755f3c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.finalState.png deleted file mode 100644 index ca99dddf0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.1.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.1.png deleted file mode 100644 index a962dcac4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.with-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.with-dark-style.png deleted file mode 100644 index 2f6c0029c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.with-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.assertInitialState.png deleted file mode 100644 index 46995d994..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.finalState.png deleted file mode 100644 index 542323851..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-dark-style.png deleted file mode 100644 index 4575a504a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-style.png deleted file mode 100644 index 432a55e64..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-dark-style.png deleted file mode 100644 index 23e0fc5c5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-style.png deleted file mode 100644 index 237390730..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-dark-style.png deleted file mode 100644 index 74e730949..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-style.png deleted file mode 100644 index 646fbcf40..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-dark-style.png deleted file mode 100644 index c71220f40..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-style.png deleted file mode 100644 index bec99dbb9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-dark-style.png deleted file mode 100644 index cfd1ff446..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-style.png deleted file mode 100644 index e51d818fc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-dark-style.png deleted file mode 100644 index 67d7f2d37..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-style.png deleted file mode 100644 index 8e32f0eaf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContent.1.png deleted file mode 100644 index 0a2dcb389..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContent.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutFragment.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutFragment.1.png deleted file mode 100644 index 775031596..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutFragment.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutHeadline.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutHeadline.1.png deleted file mode 100644 index b29f1ac30..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutHeadline.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutIcon.1.png deleted file mode 100644 index 32ea27926..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutSubtitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutSubtitle.1.png deleted file mode 100644 index 5c1bb1cc7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutSubtitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testMinimumContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testMinimumContent.1.png deleted file mode 100644 index 237390730..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testMinimumContent.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryAndLinkButtons.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryAndLinkButtons.1.png deleted file mode 100644 index 4be71c153..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryAndLinkButtons.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryButtonsOnly.1.png deleted file mode 100644 index d668ee382..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryButtonsOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeIcon.1.png deleted file mode 100644 index 254424456..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeImage.1.png deleted file mode 100644 index fdf87a367..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowLoadingStateForButtons.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowLoadingStateForButtons.1.png deleted file mode 100644 index b187f19a9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowLoadingStateForButtons.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testTextsWithMultiLine.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testTextsWithMultiLine.1.png deleted file mode 100644 index 818f2f710..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testTextsWithMultiLine.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testXIBIntegration.1.png deleted file mode 100644 index a9d349f6e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testXIBIntegration.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.assertInitialState.png deleted file mode 100644 index 7ffb34f13..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.finalState.png deleted file mode 100644 index 627459c40..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-dark-style.png deleted file mode 100644 index 8bce62148..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-style.png deleted file mode 100644 index 822bc980b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-dark-style.png deleted file mode 100644 index d2f1fa28f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-style.png deleted file mode 100644 index 942a44a31..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-dark-style.png deleted file mode 100644 index ba7ad6a59..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-style.png deleted file mode 100644 index 95a28a030..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-dark-style.png deleted file mode 100644 index 8e4c3fb29..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-style.png deleted file mode 100644 index 0308d6e45..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-dark-style.png deleted file mode 100644 index 25b249656..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-style.png deleted file mode 100644 index f4f0c8b6b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-dark-style.png deleted file mode 100644 index 69725e3ed..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-style.png deleted file mode 100644 index bc2564446..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.assertInitialState.png deleted file mode 100644 index 7ffb34f13..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.finalState.png deleted file mode 100644 index 31f16c01e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperXIBIntegration.1.png deleted file mode 100644 index 993b05913..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperXIBIntegration.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-dark-style.png deleted file mode 100644 index 07439a3fe..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-style.png deleted file mode 100644 index 0decd3437..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-dark-style.png deleted file mode 100644 index 89fa1f90c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-style.png deleted file mode 100644 index 077872137..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-dark-style.png deleted file mode 100644 index d3d61e1a5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-style.png deleted file mode 100644 index c6a44dbdf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-dark-style.png deleted file mode 100644 index be87518f7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-style.png deleted file mode 100644 index cf9c19d79..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-dark-style.png deleted file mode 100644 index 63f0c2df6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-style.png deleted file mode 100644 index a90773d5b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-dark-style.png deleted file mode 100644 index 7b01cdeb9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-style.png deleted file mode 100644 index b7dfee893..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnly.1.png deleted file mode 100644 index e89282685..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnlyAsACard.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnlyAsACard.1.png deleted file mode 100644 index 0b65b55fa..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnlyAsACard.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentAsACard.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentAsACard.1.png deleted file mode 100644 index 5209a0c0c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentAsACard.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentWithoutDescription.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentWithoutDescription.1.png deleted file mode 100644 index 2c54fc7af..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentWithoutDescription.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testLinkButtonOnlyAsACard.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testLinkButtonOnlyAsACard.1.png deleted file mode 100644 index c5622b57e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testLinkButtonOnlyAsACard.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testMinimumContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testMinimumContent.1.png deleted file mode 100644 index 077872137..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testMinimumContent.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnly.1.png deleted file mode 100644 index f9b6af622..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnlyAsACard.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnlyAsACard.1.png deleted file mode 100644 index f9b6af622..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnlyAsACard.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryButtonOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryButtonOnly.1.png deleted file mode 100644 index 1ddf15216..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryButtonOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnly.1.png deleted file mode 100644 index 1cf72c50c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnlyAsACard.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnlyAsACard.1.png deleted file mode 100644 index 45ac471a4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnlyAsACard.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnly.1.png deleted file mode 100644 index 6dd5dae27..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnlyAsACard.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnlyAsACard.1.png deleted file mode 100644 index 8bb7d84a1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnlyAsACard.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowActions.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowActions.1.png deleted file mode 100644 index 1ddf15216..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowActions.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowLoadingStateForButtons.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowLoadingStateForButtons.1.png deleted file mode 100644 index be35f076b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowLoadingStateForButtons.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testXIBIntegration.1.png deleted file mode 100644 index 52f3703b9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testXIBIntegration.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-dark-style.png deleted file mode 100644 index 9e6267419..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-style.png deleted file mode 100644 index 0efbb7fe8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-dark-style.png deleted file mode 100644 index bba0b7bc5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-style.png deleted file mode 100644 index 7ebaf905b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-dark-style.png deleted file mode 100644 index 261569269..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-style.png deleted file mode 100644 index 10fff3905..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-dark-style.png deleted file mode 100644 index cf4429528..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-style.png deleted file mode 100644 index a27420f0e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-dark-style.png deleted file mode 100644 index 30e868a86..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-style.png deleted file mode 100644 index 4d81dea68..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-dark-style.png deleted file mode 100644 index bf7267570..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-style.png deleted file mode 100644 index 8a0587928..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-dark-style.png deleted file mode 100644 index e564cd059..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-style.png deleted file mode 100644 index cd34a5f4d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-dark-style.png deleted file mode 100644 index 4b2232302..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-style.png deleted file mode 100644 index b2120da50..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-dark-style.png deleted file mode 100644 index ec83be0a5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-style.png deleted file mode 100644 index 10a522341..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-dark-style.png deleted file mode 100644 index f8f6521ad..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-style.png deleted file mode 100644 index 73aaa8890..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-dark-style.png deleted file mode 100644 index b718aea44..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-style.png deleted file mode 100644 index 6264b0119..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-dark-style.png deleted file mode 100644 index 447564e16..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-style.png deleted file mode 100644 index edd5506c0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-dark-style.png deleted file mode 100644 index 4929e4154..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-style.png deleted file mode 100644 index 0bbeee983..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-dark-style.png deleted file mode 100644 index 3090d3d60..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-style.png deleted file mode 100644 index 525619ad5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-dark-style.png deleted file mode 100644 index 272e5a02f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-style.png deleted file mode 100644 index 9986628b3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-dark-style.png deleted file mode 100644 index 945d70d10..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-style.png deleted file mode 100644 index 0bc166198..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-dark-style.png deleted file mode 100644 index b887d1173..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-style.png deleted file mode 100644 index e81baec5d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-dark-style.png deleted file mode 100644 index 09469c107..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-style.png deleted file mode 100644 index f8d7a7a9e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-dark-style.png deleted file mode 100644 index a4c47cba0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-style.png deleted file mode 100644 index d95c535b9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-dark-style.png deleted file mode 100644 index 26eef5863..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-style.png deleted file mode 100644 index 9fe2ef704..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-dark-style.png deleted file mode 100644 index 732cf2376..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-style.png deleted file mode 100644 index 1310ee0af..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-dark-style.png deleted file mode 100644 index dc67cf67f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-style.png deleted file mode 100644 index 9160d9602..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-dark-style.png deleted file mode 100644 index 03aca532c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-style.png deleted file mode 100644 index 9effe0fed..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-dark-style.png deleted file mode 100644 index b302c8043..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-style.png deleted file mode 100644 index cd29aaa76..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-dark-style.png deleted file mode 100644 index 1b1439ec6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-style.png deleted file mode 100644 index 47b196a7f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-dark-style.png deleted file mode 100644 index b0470a724..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-style.png deleted file mode 100644 index 8b5513223..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-dark-style.png deleted file mode 100644 index 7335bea8d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-style.png deleted file mode 100644 index 6aca57aaf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-dark-style.png deleted file mode 100644 index b7a4a6cd9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-style.png deleted file mode 100644 index 7d8e0a753..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-dark-style.png deleted file mode 100644 index d45df632c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-style.png deleted file mode 100644 index 25d29cd99..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-dark-style.png deleted file mode 100644 index 0ec393dec..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-style.png deleted file mode 100644 index 875b3ef47..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-dark-style.png deleted file mode 100644 index 2ea07b2bb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-style.png deleted file mode 100644 index fb0e79c92..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-dark-style.png deleted file mode 100644 index 2f9b5a1d3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-style.png deleted file mode 100644 index 786e94416..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-dark-style.png deleted file mode 100644 index ac4137f66..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-style.png deleted file mode 100644 index af5eefbdb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-dark-style.png deleted file mode 100644 index 7875ba219..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-style.png deleted file mode 100644 index 226714e01..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-dark-style.png deleted file mode 100644 index 862bf523c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-style.png deleted file mode 100644 index 5ff5b6a7b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-dark-style.png deleted file mode 100644 index 2f831b8c3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-style.png deleted file mode 100644 index eba54df1b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-dark-style.png deleted file mode 100644 index b369d0380..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-style.png deleted file mode 100644 index 13978ac77..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-dark-style.png deleted file mode 100644 index dd59a9dce..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-style.png deleted file mode 100644 index 8ee63065b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-dark-style.png deleted file mode 100644 index 6ba6c1a67..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-style.png deleted file mode 100644 index 9eeed0285..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-dark-style.png deleted file mode 100644 index d63996337..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-style.png deleted file mode 100644 index 6214d3b31..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-dark-style.png deleted file mode 100644 index d36805ba5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-style.png deleted file mode 100644 index 9c46297e6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-dark-style.png deleted file mode 100644 index 87f6c1202..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-style.png deleted file mode 100644 index 05d0cd9ca..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-dark-style.png deleted file mode 100644 index 5cbf3a241..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-style.png deleted file mode 100644 index 83697e864..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-dark-style.png deleted file mode 100644 index c3c4ec8f9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-style.png deleted file mode 100644 index 8e98fbbc3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-dark-style.png deleted file mode 100644 index 44dd1665d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-style.png deleted file mode 100644 index 958a891d1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-dark-style.png deleted file mode 100644 index 782a3c807..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-style.png deleted file mode 100644 index 2c34d6184..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-dark-style.png deleted file mode 100644 index af4d26ca4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-style.png deleted file mode 100644 index f2f202549..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-dark-style.png deleted file mode 100644 index 607a56b16..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-style.png deleted file mode 100644 index 2c6e595d9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-dark-style.png deleted file mode 100644 index 7d1c0f374..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-style.png deleted file mode 100644 index 7f80eb223..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-dark-style.png deleted file mode 100644 index e753ffe5a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-style.png deleted file mode 100644 index a6e9376ce..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-dark-style.png deleted file mode 100644 index 721d29926..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-style.png deleted file mode 100644 index bbe20f060..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-dark-style.png deleted file mode 100644 index d827b1886..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-style.png deleted file mode 100644 index 674a5d41e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-dark-style.png deleted file mode 100644 index 643eaca76..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-style.png deleted file mode 100644 index 5eb3a5d5d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-dark-style.png deleted file mode 100644 index 7d6a61d32..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-style.png deleted file mode 100644 index 6c41947a9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-dark-style.png deleted file mode 100644 index b032040d6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-style.png deleted file mode 100644 index b759842a4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-dark-style.png deleted file mode 100644 index 3d3ca0766..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-style.png deleted file mode 100644 index 26751e867..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-dark-style.png deleted file mode 100644 index ccb47040e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-style.png deleted file mode 100644 index f6b17d37b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-dark-style.png deleted file mode 100644 index 7a6c76b60..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-style.png deleted file mode 100644 index 3efa7f1e4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-dark-style.png deleted file mode 100644 index b93604226..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-style.png deleted file mode 100644 index 8fcf02739..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-dark-style.png deleted file mode 100644 index 50a9ed6ff..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-style.png deleted file mode 100644 index 17f84efdb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-dark-style.png deleted file mode 100644 index 5b794cee9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-style.png deleted file mode 100644 index 2c9efb2b7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-dark-style.png deleted file mode 100644 index 29f6c6fef..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-style.png deleted file mode 100644 index 6313f0208..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-dark-style.png deleted file mode 100644 index 7d6d4118b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-style.png deleted file mode 100644 index e7fd1864b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-dark-style.png deleted file mode 100644 index ab7e132d4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-style.png deleted file mode 100644 index 6d5cbc8a4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-dark-style.png deleted file mode 100644 index ff3fb81eb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-style.png deleted file mode 100644 index 8045c628a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-dark-style.png deleted file mode 100644 index d540c85e2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-style.png deleted file mode 100644 index 59630f278..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-dark-style.png deleted file mode 100644 index 78dd6ea4c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-style.png deleted file mode 100644 index 49c1df92a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-dark-style.png deleted file mode 100644 index 5173134f9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-style.png deleted file mode 100644 index 324c83877..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-dark-style.png deleted file mode 100644 index fb761b52d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-style.png deleted file mode 100644 index 6c30981eb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-dark-style.png deleted file mode 100644 index bf20f31e1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-style.png deleted file mode 100644 index ebf7ff78a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-dark-style.png deleted file mode 100644 index 03cff5c10..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-style.png deleted file mode 100644 index db1a81182..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-dark-style.png deleted file mode 100644 index b7468fed1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-style.png deleted file mode 100644 index ec4294f6e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-dark-style.png deleted file mode 100644 index 9af851cfe..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-style.png deleted file mode 100644 index b55f426f7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-dark-style.png deleted file mode 100644 index 9c4873e9f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-style.png deleted file mode 100644 index ed639e6dc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-dark-style.png deleted file mode 100644 index be3de59cf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-style.png deleted file mode 100644 index bb6b9decb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-dark-style.png deleted file mode 100644 index 501bbd060..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-style.png deleted file mode 100644 index b0c893061..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-dark-style.png deleted file mode 100644 index 17417750b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-style.png deleted file mode 100644 index 7ae1acfa5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-dark-style.png deleted file mode 100644 index 51d3c42b4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-style.png deleted file mode 100644 index 1d9df5471..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-dark-style.png deleted file mode 100644 index a6150b9af..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-style.png deleted file mode 100644 index bcbd7665d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-dark-style.png deleted file mode 100644 index c787ad6e9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-style.png deleted file mode 100644 index f539cebd4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-dark-style.png deleted file mode 100644 index ec9a96817..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-style.png deleted file mode 100644 index d1b9b062d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-dark-style.png deleted file mode 100644 index 622f480db..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-style.png deleted file mode 100644 index c297d03bb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-dark-style.png deleted file mode 100644 index a9652f89a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-style.png deleted file mode 100644 index b21e5d502..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png deleted file mode 100644 index f8a095dbc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-style.png deleted file mode 100644 index c570f0874..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-dark-style.png deleted file mode 100644 index 548fcac7b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-style.png deleted file mode 100644 index 3b137f085..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-dark-style.png deleted file mode 100644 index 673e4f08f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-style.png deleted file mode 100644 index dae6bab95..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-dark-style.png deleted file mode 100644 index b1d8baba8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-style.png deleted file mode 100644 index fa683952d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-dark-style.png deleted file mode 100644 index 050641678..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-style.png deleted file mode 100644 index fd46eee3f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-dark-style.png deleted file mode 100644 index 3be7cd654..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-style.png deleted file mode 100644 index 99d471d34..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-dark-style.png deleted file mode 100644 index 707caeb6f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-style.png deleted file mode 100644 index efd06cbd4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-dark-style.png deleted file mode 100644 index c46570fcc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-style.png deleted file mode 100644 index de92b75a7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-dark-style.png deleted file mode 100644 index 3f6f59e65..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-style.png deleted file mode 100644 index 59231a4f9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-dark-style.png deleted file mode 100644 index 140016296..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-style.png deleted file mode 100644 index 79cb2003c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-dark-style.png deleted file mode 100644 index 263a0e807..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-style.png deleted file mode 100644 index 1d9026e9f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-dark-style.png deleted file mode 100644 index 1fd277956..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-style.png deleted file mode 100644 index fa3682429..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-dark-style.png deleted file mode 100644 index cac9c97ad..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-style.png deleted file mode 100644 index 5c5a465c8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-dark-style.png deleted file mode 100644 index 0bc1454a6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-style.png deleted file mode 100644 index c158eab13..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-dark-style.png deleted file mode 100644 index f66787c5b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-style.png deleted file mode 100644 index 44cbaab35..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-dark-style.png deleted file mode 100644 index e054d9643..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-style.png deleted file mode 100644 index cc9fbb590..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-dark-style.png deleted file mode 100644 index 0c838d1e8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-style.png deleted file mode 100644 index d889dee9a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-dark-style.png deleted file mode 100644 index c138353ab..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-style.png deleted file mode 100644 index 675ec9f57..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-dark-style.png deleted file mode 100644 index 338e61940..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-style.png deleted file mode 100644 index e946a367f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-dark-style.png deleted file mode 100644 index d0bfdaa85..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-style.png deleted file mode 100644 index 477b56262..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-dark-style.png deleted file mode 100644 index e6e49a33b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-style.png deleted file mode 100644 index 72d99de49..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-dark-style.png deleted file mode 100644 index a06fff082..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-style.png deleted file mode 100644 index 142e7e9f5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-dark-style.png deleted file mode 100644 index 7d47de7a4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-style.png deleted file mode 100644 index 750ed6806..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-dark-style.png deleted file mode 100644 index a4bcd8c38..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-style.png deleted file mode 100644 index bc34bdae0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png deleted file mode 100644 index d6b47c93d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-style.png deleted file mode 100644 index 44b290e99..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-dark-style.png deleted file mode 100644 index 7d9adc0e7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-style.png deleted file mode 100644 index 47f511a05..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-dark-style.png deleted file mode 100644 index e083ac351..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-style.png deleted file mode 100644 index f8828c513..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-dark-style.png deleted file mode 100644 index 5d4f9b24a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-style.png deleted file mode 100644 index 67170b66c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-dark-style.png deleted file mode 100644 index a874aaec6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-style.png deleted file mode 100644 index dce96a27e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-dark-style.png deleted file mode 100644 index 1c1e20740..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-style.png deleted file mode 100644 index 5e32f57a6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-dark-style.png deleted file mode 100644 index 7872d5499..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-style.png deleted file mode 100644 index 9320c71fa..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-dark-style.png deleted file mode 100644 index b0ed4d8b1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-style.png deleted file mode 100644 index 0d4a72bef..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-dark-style.png deleted file mode 100644 index 10b8cc989..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-style.png deleted file mode 100644 index f11b0927c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-dark-style.png deleted file mode 100644 index bd7ca7303..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-style.png deleted file mode 100644 index 9135594a3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-dark-style.png deleted file mode 100644 index 9b743a070..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-style.png deleted file mode 100644 index 7360e689f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-dark-style.png deleted file mode 100644 index 8b539fd1e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-style.png deleted file mode 100644 index f5899140a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-dark-style.png deleted file mode 100644 index a407c4946..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-style.png deleted file mode 100644 index 63218dde9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-dark-style.png deleted file mode 100644 index 4120c2434..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-style.png deleted file mode 100644 index b481b4920..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-dark-style.png deleted file mode 100644 index df990e344..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-style.png deleted file mode 100644 index 14b437742..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-dark-style.png deleted file mode 100644 index 3811f5bc1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-style.png deleted file mode 100644 index 03319fc9f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-dark-style.png deleted file mode 100644 index 6a64b70d7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-style.png deleted file mode 100644 index 3e57257f4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-dark-style.png deleted file mode 100644 index abd2e9cac..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-style.png deleted file mode 100644 index 5f0d2dde7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-dark-style.png deleted file mode 100644 index 4ad993c76..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-style.png deleted file mode 100644 index 792edba21..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-dark-style.png deleted file mode 100644 index 95fe285a3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-style.png deleted file mode 100644 index 2a654de77..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-dark-style.png deleted file mode 100644 index 242e06e59..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-style.png deleted file mode 100644 index e8b581ada..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-dark-style.png deleted file mode 100644 index 54396b91f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-style.png deleted file mode 100644 index 8c1f0dc47..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-dark-style.png deleted file mode 100644 index 5daf8ec53..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-style.png deleted file mode 100644 index 490105158..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-dark-style.png deleted file mode 100644 index bd4f0c54d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-style.png deleted file mode 100644 index 5a2c8a0bb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-dark-style.png deleted file mode 100644 index c437c0e63..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-style.png deleted file mode 100644 index 066d19fc6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-dark-style.png deleted file mode 100644 index 706214886..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-style.png deleted file mode 100644 index da988a79c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-dark-style.png deleted file mode 100644 index 529538a36..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-style.png deleted file mode 100644 index 2efdb40a2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-dark-style.png deleted file mode 100644 index 6ba327d17..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-style.png deleted file mode 100644 index 154a47bdd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-dark-style.png deleted file mode 100644 index 889c9d6e0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-style.png deleted file mode 100644 index e1b390959..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-dark-style.png deleted file mode 100644 index a5235e25a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-style.png deleted file mode 100644 index a173ca7c2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-dark-style.png deleted file mode 100644 index 3cfae0dd7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-style.png deleted file mode 100644 index 083d8fc92..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.assertInitialState.png deleted file mode 100644 index f81f9e85a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.finalState.png deleted file mode 100644 index 0ecddc2a9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-dark-style.png deleted file mode 100644 index b5d5ce610..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-style.png deleted file mode 100644 index 80224c8f3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-dark-style.png deleted file mode 100644 index 3f39011a2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-style.png deleted file mode 100644 index 8097b9896..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-dark-style.png deleted file mode 100644 index 500709c9c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-style.png deleted file mode 100644 index 90b752990..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-dark-style.png deleted file mode 100644 index 4e4407c7b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-style.png deleted file mode 100644 index 4436c1753..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-dark-style.png deleted file mode 100644 index 97abf8f45..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-style.png deleted file mode 100644 index 11dba1cf1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-dark-style.png deleted file mode 100644 index 19f587715..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-style.png deleted file mode 100644 index 0d3acdf70..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-dark-style.png deleted file mode 100644 index 5248a8fe3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-style.png deleted file mode 100644 index 10384e730..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-dark-style.png deleted file mode 100644 index a0a305728..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-style.png deleted file mode 100644 index 37a6bb75d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-dark-style.png deleted file mode 100644 index 7fc1e1a3c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-style.png deleted file mode 100644 index 2c6ae18bb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-dark-style.png deleted file mode 100644 index 04fd03874..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-style.png deleted file mode 100644 index a32cbe3a2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-dark-style.png deleted file mode 100644 index ab1bd0115..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-style.png deleted file mode 100644 index a0c679157..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-dark-style.png deleted file mode 100644 index 46c1681c2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-style.png deleted file mode 100644 index 418434f04..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.assertInitialState.png deleted file mode 100644 index 1162de7a7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.finalState.png deleted file mode 100644 index 1162de7a7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.assertInitialState.png deleted file mode 100644 index 6869ce906..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.finalState.png deleted file mode 100644 index 6869ce906..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.assertInitialState.png deleted file mode 100644 index 1162de7a7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.finalState.png deleted file mode 100644 index 5b1598dcf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testOnlyOneInputField.1.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testOnlyOneInputField.1.png deleted file mode 100644 index 171a935b9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testOnlyOneInputField.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.assertInitialState.png deleted file mode 100644 index ee204cd19..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.assertInitialState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.finalState.png deleted file mode 100644 index 8adb6e28e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.finalState.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testXIBIntegration.1.png deleted file mode 100644 index 4c33dfbfb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testXIBIntegration.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png deleted file mode 100644 index 9faf44d76..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithAlternateColorsInverse.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithAlternateColorsInverse.1.png deleted file mode 100644 index edbcce444..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithAlternateColorsInverse.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png deleted file mode 100644 index e18aa0304..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png deleted file mode 100644 index cc40d0b68..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png deleted file mode 100644 index a25150d43..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderInNavigationBar.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderInNavigationBar.1.png deleted file mode 100644 index 2edcde59f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderInNavigationBar.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png deleted file mode 100644 index f487c6e2b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderInNavigationBar.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderInNavigationBar.1.png deleted file mode 100644 index 46142e473..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderInNavigationBar.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png deleted file mode 100644 index eeb9db18a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderInNavigationBar.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderInNavigationBar.1.png deleted file mode 100644 index 6c518d572..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderInNavigationBar.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testBackgroundImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testBackgroundImage.1.png deleted file mode 100644 index 3b4daee9d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testBackgroundImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-dark-style.png deleted file mode 100644 index 8e9792bd1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-style.png deleted file mode 100644 index fa02d2d49..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-dark-style.png deleted file mode 100644 index 642eb8092..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-style.png deleted file mode 100644 index 59ba93431..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-dark-style.png deleted file mode 100644 index df750ef98..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-style.png deleted file mode 100644 index debf0232a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-dark-style.png deleted file mode 100644 index 2f85f2333..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-style.png deleted file mode 100644 index 1018290bc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-dark-style.png deleted file mode 100644 index d78a57b78..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-style.png deleted file mode 100644 index ba187aeee..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-dark-style.png deleted file mode 100644 index fe6d636d5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-style.png deleted file mode 100644 index 89eecb19d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-dark-style.png deleted file mode 100644 index 131a161b6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-style.png deleted file mode 100644 index c483d510f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-dark-style.png deleted file mode 100644 index 14654f3b2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-style.png deleted file mode 100644 index b4a8fd2d5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-dark-style.png deleted file mode 100644 index 776629472..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-style.png deleted file mode 100644 index 0fabe28da..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-dark-style.png deleted file mode 100644 index 2d8ad0316..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-style.png deleted file mode 100644 index ff65040e2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-dark-style.png deleted file mode 100644 index c5a4c250c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-style.png deleted file mode 100644 index dcfd2f4b0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-dark-style.png deleted file mode 100644 index b9d2ba194..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-style.png deleted file mode 100644 index 447653090..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-dark-style.png deleted file mode 100644 index 8b0e62eaa..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-style.png deleted file mode 100644 index 632bb24b2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-dark-style.png deleted file mode 100644 index 4d91138e0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-style.png deleted file mode 100644 index cd1d00d33..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-dark-style.png deleted file mode 100644 index d7c35ee93..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-style.png deleted file mode 100644 index 9f3535e62..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-dark-style.png deleted file mode 100644 index 6bed93be4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-style.png deleted file mode 100644 index f7318941b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-dark-style.png deleted file mode 100644 index 43798a164..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-style.png deleted file mode 100644 index c0fc85637..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-dark-style.png deleted file mode 100644 index 23890beba..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-style.png deleted file mode 100644 index d32d96f0c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testMultiline.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testMultiline.1.png deleted file mode 100644 index aacedb236..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testMultiline.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-dark-style.png deleted file mode 100644 index f1c7afcb8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-style.png deleted file mode 100644 index c27f480ec..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-dark-style.png deleted file mode 100644 index 9938b026a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-style.png deleted file mode 100644 index b898db9ca..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-dark-style.png deleted file mode 100644 index 7cc834cc1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-style.png deleted file mode 100644 index 41fe73289..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-dark-style.png deleted file mode 100644 index e2e2fff40..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-style.png deleted file mode 100644 index fa0341924..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-dark-style.png deleted file mode 100644 index b45390e8c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-style.png deleted file mode 100644 index 4c71a9aa5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-dark-style.png deleted file mode 100644 index f55af9912..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-style.png deleted file mode 100644 index b21e7d4b7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-dark-style.png deleted file mode 100644 index 4e2004102..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-style.png deleted file mode 100644 index 2b98cd841..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-dark-style.png deleted file mode 100644 index 8969dee53..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-style.png deleted file mode 100644 index bb0f194e1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-dark-style.png deleted file mode 100644 index 466e318a9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-style.png deleted file mode 100644 index a16188b4f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-dark-style.png deleted file mode 100644 index 6972ba5ad..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-style.png deleted file mode 100644 index 52b305e85..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-dark-style.png deleted file mode 100644 index 6e98ff18d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-style.png deleted file mode 100644 index fc8c670b7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-dark-style.png deleted file mode 100644 index 5b8ecf3ab..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-style.png deleted file mode 100644 index 94a7f0576..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-dark-style.png deleted file mode 100644 index 028cc3e6e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-style.png deleted file mode 100644 index 5147a211d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-dark-style.png deleted file mode 100644 index 8bcdc9d9b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-style.png deleted file mode 100644 index ab04f8795..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-dark-style.png deleted file mode 100644 index 180cce72b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-style.png deleted file mode 100644 index 8b1d6a613..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-dark-style.png deleted file mode 100644 index 0326fe840..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-style.png deleted file mode 100644 index 6f59cb93b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-dark-style.png deleted file mode 100644 index ef2876978..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-style.png deleted file mode 100644 index 64399990e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-dark-style.png deleted file mode 100644 index 8e9d66a12..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-style.png deleted file mode 100644 index 128146168..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFillStyle.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFillStyle.1.png deleted file mode 100644 index fe89d5f75..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFillStyle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFitStyle.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFitStyle.1.png deleted file mode 100644 index 8da5c4e29..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFitStyle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButton.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButton.1.png deleted file mode 100644 index ea944dd57..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButton.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndBackgroundImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndBackgroundImage.1.png deleted file mode 100644 index 44c674d12..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndBackgroundImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndRightImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndRightImage.1.png deleted file mode 100644 index 63e268a2d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndRightImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithoutButton.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithoutButton.1.png deleted file mode 100644 index 6fbbbfc87..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithoutButton.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testXIBIntegration.1.png deleted file mode 100644 index f9a2bccae..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testXIBIntegration.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-dark-style.png deleted file mode 100644 index ec8a51ff1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-style.png deleted file mode 100644 index 5caccee2d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-dark-style.png deleted file mode 100644 index 45f06f5b2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-style.png deleted file mode 100644 index 4dd38fa80..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-dark-style.png deleted file mode 100644 index 7689865ef..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-style.png deleted file mode 100644 index ccf283d32..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-dark-style.png deleted file mode 100644 index 92e4a9c47..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-style.png deleted file mode 100644 index b26d02957..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-dark-style.png deleted file mode 100644 index 10daf10f3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-style.png deleted file mode 100644 index 23d24a2ef..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-dark-style.png deleted file mode 100644 index bdfefc1a7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-style.png deleted file mode 100644 index a6584c654..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-dark-style.png deleted file mode 100644 index 008bbac6c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-style.png deleted file mode 100644 index 95598a03e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-dark-style.png deleted file mode 100644 index 8570d48c4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-style.png deleted file mode 100644 index 236cdd9a1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-dark-style.png deleted file mode 100644 index 690269493..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-style.png deleted file mode 100644 index e2558d113..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-dark-style.png deleted file mode 100644 index 2ff29e389..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-style.png deleted file mode 100644 index aed6bc834..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-dark-style.png deleted file mode 100644 index adbdc1e05..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-style.png deleted file mode 100644 index 33158453d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-dark-style.png deleted file mode 100644 index fbe7bafbd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-style.png deleted file mode 100644 index 7061831cb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-dark-style.png deleted file mode 100644 index ff7b2a427..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-style.png deleted file mode 100644 index d6f3396f6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-dark-style.png deleted file mode 100644 index 795effff8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-style.png deleted file mode 100644 index d020590bc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-dark-style.png deleted file mode 100644 index 9473c23db..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-style.png deleted file mode 100644 index 5a00c3e3c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-dark-style.png deleted file mode 100644 index 209c1f2d6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-style.png deleted file mode 100644 index 13e1dad26..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-dark-style.png deleted file mode 100644 index c40277be6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-style.png deleted file mode 100644 index d69f9a9e4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-dark-style.png deleted file mode 100644 index 0c1d9178b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-style.png deleted file mode 100644 index 1112a631e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-dark-style.png deleted file mode 100644 index 833b41c91..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-style.png deleted file mode 100644 index 9823beaab..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-dark-style.png deleted file mode 100644 index 8fcdd4862..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-style.png deleted file mode 100644 index 9c361c156..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-dark-style.png deleted file mode 100644 index cfc67c0c6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-style.png deleted file mode 100644 index b1b1a52f0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-dark-style.png deleted file mode 100644 index c1b159e62..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-style.png deleted file mode 100644 index 444c50407..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-dark-style.png deleted file mode 100644 index 5d0cfa0c2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-style.png deleted file mode 100644 index 8667e3a89..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-dark-style.png deleted file mode 100644 index aa1f42d16..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-style.png deleted file mode 100644 index 1751c1db8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-dark-style.png deleted file mode 100644 index 7bd32de13..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-style.png deleted file mode 100644 index f68346987..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-dark-style.png deleted file mode 100644 index 0e17d181a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-style.png deleted file mode 100644 index 500c712b6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-dark-style.png deleted file mode 100644 index 521c8e05a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-style.png deleted file mode 100644 index 5160912fa..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-dark-style.png deleted file mode 100644 index b6df920da..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-style.png deleted file mode 100644 index 1cdbe35cc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-dark-style.png deleted file mode 100644 index ab6825eb3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-style.png deleted file mode 100644 index 3c827740e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-dark-style.png deleted file mode 100644 index a98ae94b9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-style.png deleted file mode 100644 index 79807bb2f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-dark-style.png deleted file mode 100644 index f7fcdd762..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-style.png deleted file mode 100644 index 5665c233d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-dark-style.png deleted file mode 100644 index f20fbf368..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-style.png deleted file mode 100644 index ec410e98d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-dark-style.png deleted file mode 100644 index 29ec9ba61..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-style.png deleted file mode 100644 index 029ab7abb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-dark-style.png deleted file mode 100644 index 2c8f21a53..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-style.png deleted file mode 100644 index 34c47b98e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-dark-style.png deleted file mode 100644 index ad3f3bb87..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-style.png deleted file mode 100644 index 5f641a8df..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-dark-style.png deleted file mode 100644 index 92abec968..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-style.png deleted file mode 100644 index 801378859..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-dark-style.png deleted file mode 100644 index ff0ff1663..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-style.png deleted file mode 100644 index d6ade3deb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-dark-style.png deleted file mode 100644 index 5363e0329..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-style.png deleted file mode 100644 index 1605bd043..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-dark-style.png deleted file mode 100644 index e71f86e59..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-style.png deleted file mode 100644 index 10c63f8da..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-dark-style.png deleted file mode 100644 index 9da5ba19b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-style.png deleted file mode 100644 index ec53e75a4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-dark-style.png deleted file mode 100644 index 1f0b05fa9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-style.png deleted file mode 100644 index 3ba91e5dd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-dark-style.png deleted file mode 100644 index b5f073d8a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-style.png deleted file mode 100644 index 4e4f933b7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedInverseStyleMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedInverseStyleMoreThanOneRow.1.png deleted file mode 100644 index 80f47c978..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedInverseStyleMoreThanOneRow.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedStyleMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedStyleMoreThanOneRow.1.png deleted file mode 100644 index 017b1e152..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedStyleMoreThanOneRow.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedInverseStyleMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedInverseStyleMoreThanOneRow.1.png deleted file mode 100644 index 466daef64..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedInverseStyleMoreThanOneRow.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedStyleMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedStyleMoreThanOneRow.1.png deleted file mode 100644 index 1b146a420..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedStyleMoreThanOneRow.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-dark-style.png deleted file mode 100644 index 4ab92a00b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-style.png deleted file mode 100644 index 4cb9b8b84..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-dark-style.png deleted file mode 100644 index 59f56baac..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-style.png deleted file mode 100644 index f116753eb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-dark-style.png deleted file mode 100644 index d3402f8ae..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-style.png deleted file mode 100644 index ac5bba1f1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-dark-style.png deleted file mode 100644 index b553fa983..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-style.png deleted file mode 100644 index d4d39771b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-dark-style.png deleted file mode 100644 index 0da17db54..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-style.png deleted file mode 100644 index d4d39771b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-dark-style.png deleted file mode 100644 index 9f48277bc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-style.png deleted file mode 100644 index 4cb9b8b84..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilines.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilines.1.png deleted file mode 100644 index f04897341..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilines.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPreset.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPreset.1.png deleted file mode 100644 index 5747da131..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPreset.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedInverseStyleMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedInverseStyleMoreThanOneRow.1.png deleted file mode 100644 index 037086721..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedInverseStyleMoreThanOneRow.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedStyleMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedStyleMoreThanOneRow.1.png deleted file mode 100644 index bf8d9b09d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedStyleMoreThanOneRow.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetMoreThanOneRow.1.png deleted file mode 100644 index cf20e4897..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetMoreThanOneRow.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImage.1.png deleted file mode 100644 index add67f9a2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImageWithCustomSize.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImageWithCustomSize.1.png deleted file mode 100644 index 4d911ebf5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImageWithCustomSize.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIcon.1.png deleted file mode 100644 index 55da4a763..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIconAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIconAndControlView.1.png deleted file mode 100644 index 7bed1a743..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIconAndControlView.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndSmallIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndSmallIcon.1.png deleted file mode 100644 index ed13c1ace..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndSmallIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedBoxedInverseStyle.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedBoxedInverseStyle.1.png deleted file mode 100644 index a5b2557c3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedBoxedInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedBoxedStyle.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedBoxedStyle.1.png deleted file mode 100644 index 2409ea948..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedBoxedStyle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedFullWidthStyle.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedFullWidthStyle.1.png deleted file mode 100644 index 33662c601..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedFullWidthStyle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedWithMultilineAndAllFeatures.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedWithMultilineAndAllFeatures.1.png deleted file mode 100644 index 2c9c78c4b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellHighlightedWithMultilineAndAllFeatures.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabels.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabels.1.png deleted file mode 100644 index f116753eb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabels.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadline.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadline.1.png deleted file mode 100644 index 1bb758565..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadline.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImage.1.png deleted file mode 100644 index 855c2b6bd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageAndControlView.1.png deleted file mode 100644 index 02a32de12..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageAndControlView.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSize.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSize.1.png deleted file mode 100644 index 388506967..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSize.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSizeAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSizeAndControlView.1.png deleted file mode 100644 index ce1147860..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSizeAndControlView.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImage.1.png deleted file mode 100644 index 6246408b6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImageWithCustomSize.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImageWithCustomSize.1.png deleted file mode 100644 index 4d72ccb33..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImageWithCustomSize.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIcon.1.png deleted file mode 100644 index df7bbde9b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIconAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIconAndControlView.1.png deleted file mode 100644 index 649d92921..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIconAndControlView.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithFlagBadge.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithFlagBadge.1.png deleted file mode 100644 index 866086c2f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithFlagBadge.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadge.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadge.1.png deleted file mode 100644 index 4ee6acd63..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadge.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadgeWithValueMajorThanTen.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadgeWithValueMajorThanTen.1.png deleted file mode 100644 index 36e97d430..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadgeWithValueMajorThanTen.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutBadge.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutBadge.1.png deleted file mode 100644 index 189199645..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutBadge.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutNavigationIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutNavigationIcon.1.png deleted file mode 100644 index f116753eb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutNavigationIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndSmallIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndSmallIcon.1.png deleted file mode 100644 index c2024d543..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndSmallIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPreset.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPreset.1.png deleted file mode 100644 index b55d45ab5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPreset.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPresetMoreThanOne.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPresetMoreThanOne.1.png deleted file mode 100644 index 98fb12a1e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPresetMoreThanOne.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitle.1.png deleted file mode 100644 index 0aeb1850a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedInverseStyle.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedInverseStyle.1.png deleted file mode 100644 index 6b8234ddb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedInverseStyle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedStyle.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedStyle.1.png deleted file mode 100644 index 4d9937910..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedStyle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailText.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailText.1.png deleted file mode 100644 index 2a668584a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailText.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImage.1.png deleted file mode 100644 index f9490135b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImageWithCustomSize.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImageWithCustomSize.1.png deleted file mode 100644 index 020dd65fd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImageWithCustomSize.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIcon.1.png deleted file mode 100644 index 4b7e20b38..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIconAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIconAndControlView.1.png deleted file mode 100644 index a14ebe3be..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIconAndControlView.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndSmallIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndSmallIcon.1.png deleted file mode 100644 index 04247a640..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndSmallIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndHeadline.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndHeadline.1.png deleted file mode 100644 index 04cb541f2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndHeadline.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImage.1.png deleted file mode 100644 index 151caa9be..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImageWithCustomSize.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImageWithCustomSize.1.png deleted file mode 100644 index 9735449a1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImageWithCustomSize.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIcon.1.png deleted file mode 100644 index f6678fe2f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIconAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIconAndControlView.1.png deleted file mode 100644 index 1d9e30312..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIconAndControlView.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndNavigationPresetWithoutBadge.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndNavigationPresetWithoutBadge.1.png deleted file mode 100644 index 5f863a3ea..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndNavigationPresetWithoutBadge.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSmallIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSmallIcon.1.png deleted file mode 100644 index ce17d9c21..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSmallIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitle.1.png deleted file mode 100644 index 193968666..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImage.1.png deleted file mode 100644 index e9f94b660..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImageWithCustomSize.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImageWithCustomSize.1.png deleted file mode 100644 index 9c8575681..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImageWithCustomSize.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIcon.1.png deleted file mode 100644 index f788a4799..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIconAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIconAndControlView.1.png deleted file mode 100644 index 7f3e79537..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIconAndControlView.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndSmallIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndSmallIcon.1.png deleted file mode 100644 index 53028eb76..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndSmallIcon.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndVerticallyCenteredPreset.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndVerticallyCenteredPreset.1.png deleted file mode 100644 index 481df0623..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndVerticallyCenteredPreset.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testXIBIntegration.1.png deleted file mode 100644 index 02a32de12..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testXIBIntegration.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testEmptyDescriptionAction.1.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testEmptyDescriptionAction.1.png deleted file mode 100644 index 25d4098c5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testEmptyDescriptionAction.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoAction.1.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoAction.1.png deleted file mode 100644 index 14009207b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoAction.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoTitle.1.png deleted file mode 100644 index 82f7ca0ef..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoTitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-dark-style.png deleted file mode 100644 index 81626811a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-style.png deleted file mode 100644 index 7c690793e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-dark-style.png deleted file mode 100644 index d8791f8c8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-style.png deleted file mode 100644 index 04ffd3589..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-dark-style.png deleted file mode 100644 index df55f4107..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-style.png deleted file mode 100644 index 739b922e8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-dark-style.png deleted file mode 100644 index 20ea67519..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-style.png deleted file mode 100644 index 6e5b365a1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-dark-style.png deleted file mode 100644 index 0539d2b53..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-style.png deleted file mode 100644 index c0debc577..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-dark-style.png deleted file mode 100644 index d53fb5d0f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-style.png deleted file mode 100644 index 18c29dd5b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-dark-style.png deleted file mode 100644 index 9d651f87d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-style.png deleted file mode 100644 index 45d5867c8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-dark-style.png deleted file mode 100644 index 438affc61..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-style.png deleted file mode 100644 index 66922ae65..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-dark-style.png deleted file mode 100644 index 8879be4c8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-style.png deleted file mode 100644 index dd9b192c4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-dark-style.png deleted file mode 100644 index 3ebb418e1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-style.png deleted file mode 100644 index 71af38c3c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-dark-style.png deleted file mode 100644 index e046340a9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-style.png deleted file mode 100644 index b2e123386..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-dark-style.png deleted file mode 100644 index 649cdb698..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-style.png deleted file mode 100644 index d177b6fee..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContent.1.png deleted file mode 100644 index 518a641d4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContent.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutFragment.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutFragment.1.png deleted file mode 100644 index 154fca236..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutFragment.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutHeadline.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutHeadline.1.png deleted file mode 100644 index 7652f7b33..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutHeadline.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutPretitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutPretitle.1.png deleted file mode 100644 index c96a4209f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutPretitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutTitle.1.png deleted file mode 100644 index 1191ac6ea..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutTitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testMinimumContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testMinimumContent.1.png deleted file mode 100644 index 66922ae65..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testMinimumContent.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryAndLinkButtons.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryAndLinkButtons.1.png deleted file mode 100644 index ee5dd0a3f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryAndLinkButtons.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryButtonsOnly.1.png deleted file mode 100644 index 66922ae65..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryButtonsOnly.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testShowLoadingStateForButtons.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testShowLoadingStateForButtons.1.png deleted file mode 100644 index ddaea334e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testShowLoadingStateForButtons.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testTextsWithMultiLine.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testTextsWithMultiLine.1.png deleted file mode 100644 index 3cb7628d2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testTextsWithMultiLine.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testXIBIntegration.1.png deleted file mode 100644 index c73c7646b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testXIBIntegration.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-dark-style.png deleted file mode 100644 index 90d22d4b0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-style.png deleted file mode 100644 index 0079fa90e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-dark-style.png deleted file mode 100644 index dd6f8766e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-style.png deleted file mode 100644 index 56be2a627..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-dark-style.png deleted file mode 100644 index d55c729b5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-style.png deleted file mode 100644 index c7c7f5f9a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-dark-style.png deleted file mode 100644 index 438619a7b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-style.png deleted file mode 100644 index e1553a1d3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-dark-style.png deleted file mode 100644 index f68c13dbd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-style.png deleted file mode 100644 index e1553a1d3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-dark-style.png deleted file mode 100644 index 471280800..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-style.png deleted file mode 100644 index 0079fa90e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeSubtitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeSubtitle.1.png deleted file mode 100644 index 7b7e20584..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeSubtitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitle.1.png deleted file mode 100644 index b54912d21..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitleAndSubtitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitleAndSubtitle.1.png deleted file mode 100644 index 032ebb7df..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitleAndSubtitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoClose.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoClose.1.png deleted file mode 100644 index 550d1b61b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoClose.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoImage.1.png deleted file mode 100644 index 7382aceb0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoImage.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoSubtitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoSubtitle.1.png deleted file mode 100644 index 041a8164d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoSubtitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoTitle.1.png deleted file mode 100644 index 1a061226a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoTitle.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.1.png deleted file mode 100644 index e1553a1d3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.2.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.2.png deleted file mode 100644 index 456670702..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.2.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-dark-style.png deleted file mode 100644 index f222bf5fd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-style.png deleted file mode 100644 index a5efb82dc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-dark-style.png deleted file mode 100644 index b6714f49b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-style.png deleted file mode 100644 index 108d7e7e5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-dark-style.png deleted file mode 100644 index fc8ac80a4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-style.png deleted file mode 100644 index 7df399670..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-dark-style.png deleted file mode 100644 index 90118d3e7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-style.png deleted file mode 100644 index 4483bd63a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-dark-style.png deleted file mode 100644 index 776d3f1b5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-style.png deleted file mode 100644 index e23303e5b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-dark-style.png deleted file mode 100644 index e7170e66b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-style.png deleted file mode 100644 index 0392ec247..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-dark-style.png deleted file mode 100644 index 0a6d589e9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-style.png deleted file mode 100644 index ed55b5fc8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-dark-style.png deleted file mode 100644 index d497a0d78..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-style.png deleted file mode 100644 index df9e63be1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-dark-style.png deleted file mode 100644 index cfcb76af2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-style.png deleted file mode 100644 index f583f7373..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-dark-style.png deleted file mode 100644 index cbe5d5596..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-style.png deleted file mode 100644 index e290a027f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-dark-style.png deleted file mode 100644 index a77be0eaf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-style.png deleted file mode 100644 index fb94f5e92..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-dark-style.png deleted file mode 100644 index acb883fb8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-style.png deleted file mode 100644 index 8976128a2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActions.1.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActions.1.png deleted file mode 100644 index 19abdc837..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActions.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-dark-style.png deleted file mode 100644 index 598761023..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-style.png deleted file mode 100644 index b4880efe9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-dark-style.png deleted file mode 100644 index 664cf8f2c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-style.png deleted file mode 100644 index feab9c331..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-dark-style.png deleted file mode 100644 index c8e9f8b9b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-style.png deleted file mode 100644 index d6208f9d8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-dark-style.png deleted file mode 100644 index 602bad81d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-style.png deleted file mode 100644 index b1fc31569..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-dark-style.png deleted file mode 100644 index f23da4d06..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-style.png deleted file mode 100644 index dd7fd6a39..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-dark-style.png deleted file mode 100644 index 2d73954d2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-style.png deleted file mode 100644 index e44113be0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-dark-style.png deleted file mode 100644 index 598761023..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-style.png deleted file mode 100644 index b4880efe9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-dark-style.png deleted file mode 100644 index 664cf8f2c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-style.png deleted file mode 100644 index feab9c331..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-dark-style.png deleted file mode 100644 index c8e9f8b9b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-style.png deleted file mode 100644 index d6208f9d8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-dark-style.png deleted file mode 100644 index 602bad81d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-style.png deleted file mode 100644 index b1fc31569..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-dark-style.png deleted file mode 100644 index f23da4d06..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-style.png deleted file mode 100644 index dd7fd6a39..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-dark-style.png deleted file mode 100644 index 2d73954d2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-style.png deleted file mode 100644 index e44113be0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-dark-style.png deleted file mode 100644 index 009e7eacc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-style.png deleted file mode 100644 index e9f27b782..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-dark-style.png deleted file mode 100644 index c8c17b264..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-style.png deleted file mode 100644 index f71735d2a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-dark-style.png deleted file mode 100644 index 3d67d77da..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-style.png deleted file mode 100644 index 958941011..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-dark-style.png deleted file mode 100644 index 0d0d1f56b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-style.png deleted file mode 100644 index 4a589122f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-dark-style.png deleted file mode 100644 index b47a3f240..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-style.png deleted file mode 100644 index 5c8157d09..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-dark-style.png deleted file mode 100644 index 3ba42f8a6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-style.png deleted file mode 100644 index 811cf118a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-dark-style.png deleted file mode 100644 index 1e19af5f3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-style.png deleted file mode 100644 index 547dfcca2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-dark-style.png deleted file mode 100644 index dee33ecf4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-style.png deleted file mode 100644 index 82d936101..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-dark-style.png deleted file mode 100644 index a86fa38b9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-style.png deleted file mode 100644 index d3f7c518a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-dark-style.png deleted file mode 100644 index 926848324..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-style.png deleted file mode 100644 index 1377e9bc4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-dark-style.png deleted file mode 100644 index 91ec4e7b5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-style.png deleted file mode 100644 index a16c8aca5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-dark-style.png deleted file mode 100644 index affb75af3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-style.png deleted file mode 100644 index 31d10db14..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-dark-style.png deleted file mode 100644 index 1e19af5f3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-style.png deleted file mode 100644 index 547dfcca2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-dark-style.png deleted file mode 100644 index dee33ecf4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-style.png deleted file mode 100644 index 82d936101..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-dark-style.png deleted file mode 100644 index a86fa38b9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-style.png deleted file mode 100644 index d3f7c518a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-dark-style.png deleted file mode 100644 index 926848324..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-style.png deleted file mode 100644 index 1377e9bc4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-dark-style.png deleted file mode 100644 index 91ec4e7b5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-style.png deleted file mode 100644 index a16c8aca5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-dark-style.png deleted file mode 100644 index affb75af3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-style.png deleted file mode 100644 index 31d10db14..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-dark-style.png deleted file mode 100644 index 7567b4896..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-style.png deleted file mode 100644 index b07455ce6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-dark-style.png deleted file mode 100644 index 2d5b2f169..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-style.png deleted file mode 100644 index 7481f0d3c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-dark-style.png deleted file mode 100644 index e51dbb594..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-style.png deleted file mode 100644 index ac42bc781..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-dark-style.png deleted file mode 100644 index 739a8df43..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-style.png deleted file mode 100644 index 68264eff0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-dark-style.png deleted file mode 100644 index 476eccd20..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-style.png deleted file mode 100644 index ee2b76853..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-dark-style.png deleted file mode 100644 index 8cda9f9f7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-style.png deleted file mode 100644 index 7f4dd48be..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-dark-style.png deleted file mode 100644 index 98761f63c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-style.png deleted file mode 100644 index 0d1f1817c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-dark-style.png deleted file mode 100644 index 05e68f6f7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-style.png deleted file mode 100644 index c5fe48c40..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-dark-style.png deleted file mode 100644 index d9ee42926..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-style.png deleted file mode 100644 index 6e12234c1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-dark-style.png deleted file mode 100644 index 57df6f3c4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-style.png deleted file mode 100644 index 70965353f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-dark-style.png deleted file mode 100644 index d22ea2ff0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-style.png deleted file mode 100644 index adffabfdf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-dark-style.png deleted file mode 100644 index 80dc11f7d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-style.png deleted file mode 100644 index 7f1a6af03..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-dark-style.png deleted file mode 100644 index 98761f63c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-style.png deleted file mode 100644 index 0d1f1817c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-dark-style.png deleted file mode 100644 index 05e68f6f7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-style.png deleted file mode 100644 index c5fe48c40..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-dark-style.png deleted file mode 100644 index d9ee42926..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-style.png deleted file mode 100644 index 6e12234c1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-dark-style.png deleted file mode 100644 index 57df6f3c4..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-style.png deleted file mode 100644 index 70965353f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-dark-style.png deleted file mode 100644 index d22ea2ff0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-style.png deleted file mode 100644 index adffabfdf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-dark-style.png deleted file mode 100644 index 80dc11f7d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-style.png deleted file mode 100644 index 7f1a6af03..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-dark-style.png deleted file mode 100644 index e132085d2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-style.png deleted file mode 100644 index 0d700cef6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-dark-style.png deleted file mode 100644 index 822558d33..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-style.png deleted file mode 100644 index 1c7676bc5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-dark-style.png deleted file mode 100644 index b35570f9d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-style.png deleted file mode 100644 index 436e4ad54..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-dark-style.png deleted file mode 100644 index 058a8b455..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-style.png deleted file mode 100644 index 1fc9df308..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-dark-style.png deleted file mode 100644 index c64a5e6af..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-style.png deleted file mode 100644 index 5fdb39011..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-dark-style.png deleted file mode 100644 index f4f0b2e56..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-style.png deleted file mode 100644 index 1cf1e62ee..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-dark-style.png deleted file mode 100644 index f9850c23a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-style.png deleted file mode 100644 index de877b7cc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-dark-style.png deleted file mode 100644 index 332469ebb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-style.png deleted file mode 100644 index 013e88652..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-dark-style.png deleted file mode 100644 index 7df75cdcb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-style.png deleted file mode 100644 index 650f19f45..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-dark-style.png deleted file mode 100644 index ee8b7adbf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-style.png deleted file mode 100644 index 3bed24b9e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-dark-style.png deleted file mode 100644 index fdf337e52..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-style.png deleted file mode 100644 index c8a4f56a7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-dark-style.png deleted file mode 100644 index 9722eee78..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-style.png deleted file mode 100644 index d037ed647..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-dark-style.png deleted file mode 100644 index a920ce6f1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-style.png deleted file mode 100644 index 97fcaed91..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-dark-style.png deleted file mode 100644 index 958b284d9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-style.png deleted file mode 100644 index d76aab42a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-dark-style.png deleted file mode 100644 index 63547b32a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-style.png deleted file mode 100644 index a0aa51b1d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-dark-style.png deleted file mode 100644 index 641c10db2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-style.png deleted file mode 100644 index 43953e581..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-dark-style.png deleted file mode 100644 index 34d435aca..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-style.png deleted file mode 100644 index 3b91c5e45..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-dark-style.png deleted file mode 100644 index 4042ee727..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-style.png deleted file mode 100644 index 7109a362c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-dark-style.png deleted file mode 100644 index bb02eb88e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-style.png deleted file mode 100644 index b858e2723..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-dark-style.png deleted file mode 100644 index b401be591..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-style.png deleted file mode 100644 index d08e208c7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-dark-style.png deleted file mode 100644 index 3bbf8ebc0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-style.png deleted file mode 100644 index 27042ddb1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-dark-style.png deleted file mode 100644 index 7b5eedc4f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-style.png deleted file mode 100644 index e6db2838e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-dark-style.png deleted file mode 100644 index 3df09c231..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-style.png deleted file mode 100644 index 9dde9448f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-dark-style.png deleted file mode 100644 index cd458c46d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-style.png deleted file mode 100644 index 3167bacbe..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-dark-style.png deleted file mode 100644 index 55f073b51..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-style.png deleted file mode 100644 index f4617fd13..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-dark-style.png deleted file mode 100644 index dd789d0a5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-style.png deleted file mode 100644 index e29515d39..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-dark-style.png deleted file mode 100644 index e857450b3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-style.png deleted file mode 100644 index 798a1578b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-dark-style.png deleted file mode 100644 index 3665f9ce7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-style.png deleted file mode 100644 index a633814f6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-dark-style.png deleted file mode 100644 index 3e2a4376d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-style.png deleted file mode 100644 index 04d743147..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-dark-style.png deleted file mode 100644 index 0df1175c1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-style.png deleted file mode 100644 index 4fc75cbc9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testSingleAction.1.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testSingleAction.1.png deleted file mode 100644 index d2af38447..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testSingleAction.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbar.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbar.with-movistar-light-style.png deleted file mode 100644 index 3c8f8a8c9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbar.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbarWithLongActionTitle.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbarWithLongActionTitle.with-movistar-light-style.png deleted file mode 100644 index d2dcf4e19..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbarWithLongActionTitle.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbarWithShortActionTitle.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbarWithShortActionTitle.with-movistar-light-style.png deleted file mode 100644 index ab150d8e1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testCriticalSnackbarWithShortActionTitle.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbar.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbar.with-movistar-light-style.png deleted file mode 100644 index 49be62315..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbar.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithBottomTabbar.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithBottomTabbar.with-movistar-light-style.png deleted file mode 100644 index b731f57a9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithBottomTabbar.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithLongActionTitle.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithLongActionTitle.with-movistar-light-style.png deleted file mode 100644 index ecb9729fe..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithLongActionTitle.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithScrollView.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithScrollView.with-movistar-light-style.png deleted file mode 100644 index 7a9b1e449..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithScrollView.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithShortActionTitle.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithShortActionTitle.with-movistar-light-style.png deleted file mode 100644 index 456a6d8cc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithShortActionTitle.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithTopTabbar.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithTopTabbar.with-movistar-light-style.png deleted file mode 100644 index 83f4d85a0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SnackbarTests/testInfoSnackbarWithTopTabbar.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithIpadWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithIpadWidth.1.png deleted file mode 100644 index 416e7f233..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithIpadWidth.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithMobileWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithMobileWidth.1.png deleted file mode 100644 index 77d78df13..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithMobileWidth.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testNoIconWithMobileWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testNoIconWithMobileWidth.1.png deleted file mode 100644 index 42dd5cda7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testNoIconWithMobileWidth.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-dark-style.png deleted file mode 100644 index 2a4f62a8b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-style.png deleted file mode 100644 index 12a1e86d7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-dark-style.png deleted file mode 100644 index fcdd49154..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-style.png deleted file mode 100644 index b8f280bcd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-dark-style.png deleted file mode 100644 index b7f98d1f8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-style.png deleted file mode 100644 index 5f41b7416..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-dark-style.png deleted file mode 100644 index 159721a3a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-style.png deleted file mode 100644 index df624aeb3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-dark-style.png deleted file mode 100644 index 25377ef45..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-style.png deleted file mode 100644 index d0748ba06..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-dark-style.png deleted file mode 100644 index be84dcf56..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-style.png deleted file mode 100644 index 54b2609dc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTwoItemWithIpadWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTwoItemWithIpadWidth.1.png deleted file mode 100644 index 08506a0dd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTwoItemWithIpadWidth.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithIpadWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithIpadWidth.1.png deleted file mode 100644 index 89c95af07..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithIpadWidth.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndNoIconWithMobileWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndNoIconWithMobileWidth.1.png deleted file mode 100644 index 77012e88f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndNoIconWithMobileWidth.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithIpadWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithIpadWidth.1.png deleted file mode 100644 index c62e8c731..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithIpadWidth.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithMobileWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithMobileWidth.1.png deleted file mode 100644 index b7fe5cee7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithMobileWidth.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithMobileWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithMobileWidth.1.png deleted file mode 100644 index ff2faa269..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithMobileWidth.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testXIBIntegration.1.png deleted file mode 100644 index d129608ea..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testXIBIntegration.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-blau-dark-style.png deleted file mode 100644 index 4b8434f36..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-blau-style.png deleted file mode 100644 index b12123b1a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-movistar-dark-style.png deleted file mode 100644 index 5d8fd9403..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-movistar-style.png deleted file mode 100644 index 6a48589d8..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-o2New-dark-style.png deleted file mode 100644 index 87b397bdf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-o2New-style.png deleted file mode 100644 index d8d2590ff..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-telefonica-dark-style.png deleted file mode 100644 index af1f49ea0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-telefonica-style.png deleted file mode 100644 index 438d43c06..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-tu-dark-style.png deleted file mode 100644 index 9e51650d0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-tu-style.png deleted file mode 100644 index 437e9a33b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-vivoNew-dark-style.png deleted file mode 100644 index 5c7ff2b69..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-vivoNew-style.png deleted file mode 100644 index ec934defc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInverseTagViewWithIcon.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-blau-dark-style.png deleted file mode 100644 index 9972ef280..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-blau-style.png deleted file mode 100644 index 53a745710..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-movistar-dark-style.png deleted file mode 100644 index dfd8d063d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-movistar-style.png deleted file mode 100644 index 81a72e0df..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-o2New-dark-style.png deleted file mode 100644 index 6982b3f77..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-o2New-style.png deleted file mode 100644 index bf8537b64..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-telefonica-dark-style.png deleted file mode 100644 index 3d2d2c867..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-telefonica-style.png deleted file mode 100644 index a0be27489..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-tu-dark-style.png deleted file mode 100644 index 8fd7eb193..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-tu-style.png deleted file mode 100644 index bfc5cba27..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-vivoNew-dark-style.png deleted file mode 100644 index cf5b894bc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-vivoNew-style.png deleted file mode 100644 index dd07331b2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagView.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-dark-style.png deleted file mode 100644 index 4b8434f36..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-style.png deleted file mode 100644 index b12123b1a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-dark-style.png deleted file mode 100644 index 5d8fd9403..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-style.png deleted file mode 100644 index 6a167fa19..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-dark-style.png deleted file mode 100644 index 87b397bdf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-style.png deleted file mode 100644 index d8d2590ff..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-dark-style.png deleted file mode 100644 index af1f49ea0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-style.png deleted file mode 100644 index 438d43c06..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-dark-style.png deleted file mode 100644 index 9e51650d0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-style.png deleted file mode 100644 index 437e9a33b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-dark-style.png deleted file mode 100644 index 5c7ff2b69..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-style.png deleted file mode 100644 index 0cdff77fd..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagXibIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagXibIntegration.1.png deleted file mode 100644 index acc004652..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagXibIntegration.1.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-dark-style.png deleted file mode 100644 index 0864dcbf2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-style.png deleted file mode 100644 index bbd2d520f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-dark-style.png deleted file mode 100644 index 7b3f111bc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-style.png deleted file mode 100644 index b8e4923eb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-dark-style.png deleted file mode 100644 index b8a034b2e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-style.png deleted file mode 100644 index bae2d74b0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-dark-style.png deleted file mode 100644 index 6720e12f7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-style.png deleted file mode 100644 index 10dd69090..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-dark-style.png deleted file mode 100644 index 0ef352f49..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-style.png deleted file mode 100644 index 10dd69090..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-dark-style.png deleted file mode 100644 index 305125001..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-style.png deleted file mode 100644 index bbd2d520f..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-dark-style.png deleted file mode 100644 index c7fbabf3e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-style.png deleted file mode 100644 index cba5c3efa..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-dark-style.png deleted file mode 100644 index b834c4442..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-style.png deleted file mode 100644 index 83bf5592c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-dark-style.png deleted file mode 100644 index cc1bab3b3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-style.png deleted file mode 100644 index bc69f36c2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-dark-style.png deleted file mode 100644 index 955d1780d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-style.png deleted file mode 100644 index 8f2469543..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-dark-style.png deleted file mode 100644 index d45c82585..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-style.png deleted file mode 100644 index 8f2469543..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-dark-style.png deleted file mode 100644 index 05b273ca5..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-style.png deleted file mode 100644 index cba5c3efa..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-dark-style.png deleted file mode 100644 index 6cf666954..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-style.png deleted file mode 100644 index 4ca546754..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-dark-style.png deleted file mode 100644 index ee03e9521..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-style.png deleted file mode 100644 index 6673d656d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-dark-style.png deleted file mode 100644 index 6f83f3688..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-style.png deleted file mode 100644 index ed968207d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-dark-style.png deleted file mode 100644 index 11b6e6d82..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-style.png deleted file mode 100644 index f3cae97bc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-dark-style.png deleted file mode 100644 index 8ccf5fff0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-style.png deleted file mode 100644 index eb6905d93..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-dark-style.png deleted file mode 100644 index 44903f51a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-style.png deleted file mode 100644 index 0194f1ae6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-dark-style.png deleted file mode 100644 index ed94bfebc..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-style.png deleted file mode 100644 index 85a3182ab..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-dark-style.png deleted file mode 100644 index c7b38403a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-style.png deleted file mode 100644 index 884a56a11..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-dark-style.png deleted file mode 100644 index 0c6aca599..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-style.png deleted file mode 100644 index f70c0ac8c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-dark-style.png deleted file mode 100644 index 7f6114e6b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-style.png deleted file mode 100644 index 7abcd4121..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-dark-style.png deleted file mode 100644 index 27d21b5be..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-style.png deleted file mode 100644 index 95d0590e2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-dark-style.png deleted file mode 100644 index 8efa11a2d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-style.png deleted file mode 100644 index 42623b71a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-dark-style.png deleted file mode 100644 index 8fbca9afb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-style.png deleted file mode 100644 index eb423412c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-dark-style.png deleted file mode 100644 index 96d2975a6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-style.png deleted file mode 100644 index 197655cba..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-dark-style.png deleted file mode 100644 index aa01429cb..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-style.png deleted file mode 100644 index e28ef71ee..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-dark-style.png deleted file mode 100644 index 17b188b58..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-style.png deleted file mode 100644 index 9117a1abe..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-dark-style.png deleted file mode 100644 index e97a5b41b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-style.png deleted file mode 100644 index f692fda00..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-dark-style.png deleted file mode 100644 index 78946728a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-style.png deleted file mode 100644 index 5429d7274..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-dark-style.png deleted file mode 100644 index 7a6ab2327..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-style.png deleted file mode 100644 index c8c57a931..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-dark-style.png deleted file mode 100644 index 9d64c2c93..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-style.png deleted file mode 100644 index ead818329..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-dark-style.png deleted file mode 100644 index 885141c80..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-style.png deleted file mode 100644 index 9915e3be6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-dark-style.png deleted file mode 100644 index 447a7454b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-style.png deleted file mode 100644 index 30b364664..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-dark-style.png deleted file mode 100644 index 096582c4e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-style.png deleted file mode 100644 index 5c36dc1a0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-dark-style.png deleted file mode 100644 index 671459395..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-style.png deleted file mode 100644 index 82bbcf615..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-dark-style.png deleted file mode 100644 index 229995be3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-style.png deleted file mode 100644 index 9490abe84..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-dark-style.png deleted file mode 100644 index 6348e0ef1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-style.png deleted file mode 100644 index 107eeca07..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-dark-style.png deleted file mode 100644 index 0ecf5adb0..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-style.png deleted file mode 100644 index 8c8f23b9e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-dark-style.png deleted file mode 100644 index 95f78180e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-style.png deleted file mode 100644 index 2b3b99d7c..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-dark-style.png deleted file mode 100644 index 9ba131fa3..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-style.png deleted file mode 100644 index fdd29a761..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-dark-style.png deleted file mode 100644 index d64a7bda2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-style.png deleted file mode 100644 index 74aaa282e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-dark-style.png deleted file mode 100644 index 1a6564407..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-style.png deleted file mode 100644 index 66c3d33db..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-dark-style.png deleted file mode 100644 index 5c3602a03..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-style.png deleted file mode 100644 index a26453751..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-dark-style.png deleted file mode 100644 index ae918bca9..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-style.png deleted file mode 100644 index c903f9076..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-style.png deleted file mode 100644 index cac57430a..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-dark-style.png deleted file mode 100644 index 4a0506bb6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-style.png deleted file mode 100644 index a1e97ba4d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-dark-style.png deleted file mode 100644 index 3c772044d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-dark-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-style.png deleted file mode 100644 index 85668eee2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-movistar-light-style.png deleted file mode 100644 index 32e96dbda..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-vivoNew-light-style.png deleted file mode 100644 index 139d66acf..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-vivoNew-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-movistar-light-style.png deleted file mode 100644 index dd713e2e1..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-vivoNew-light-style.png deleted file mode 100644 index 9a1aabc04..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-vivoNew-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-movistar-light-style.png deleted file mode 100644 index 6b28b7eb7..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-vivoNew-light-style.png deleted file mode 100644 index 9964aebf6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-vivoNew-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-movistar-light-style.png deleted file mode 100644 index 3e657883d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-movistar-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-vivoNew-light-style.png deleted file mode 100644 index 8ab21684b..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-vivoNew-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4.with-vivoNew-light-style.png deleted file mode 100644 index c9df76fd2..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4.with-vivoNew-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4Multiline.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4Multiline.with-vivoNew-light-style.png deleted file mode 100644 index 56eac70b6..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4Multiline.with-vivoNew-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4MultilineAndLink.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4MultilineAndLink.with-vivoNew-light-style.png deleted file mode 100644 index 40f86343e..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4MultilineAndLink.with-vivoNew-light-style.png and /dev/null differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4WithLink.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4WithLink.with-vivoNew-light-style.png deleted file mode 100644 index 971070e8d..000000000 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4WithLink.with-vivoNew-light-style.png and /dev/null differ