-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IOS-9612 Add Record Screenshots GH action
- Loading branch information
1 parent
a4e929a
commit 854c4d0
Showing
665 changed files
with
49 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Record screenshots | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
record-screenshots: | ||
name: Record screenshots | ||
runs-on: self-hosted-novum-mac | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Check branch is not main | ||
run: | | ||
BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/}) | ||
if [ "$BRANCH_NAME" == "main" ]; then | ||
echo "::error:: Record screenshots aborted since it's on the main branch." | ||
exit 0 | ||
fi | ||
- name: Enable screenshots recording | ||
run: | | ||
find . -type f -name "*.swift" -exec sed -i '' 's/isRecording = false/isRecording = true/' {} + | ||
- name: Launch tests and record screenshots | ||
run: make test | ||
continue-on-error: true | ||
|
||
- name: Disable screenshots recording | ||
run: | | ||
find . -type f -name "*.swift" -exec sed -i '' 's/isRecording = true/isRecording = false/' {} + | ||
- name: Commit Changes | ||
uses: stefanzweifel/git-auto-commit-action@v4 | ||
with: | ||
file_pattern: '*.png' | ||
commit_message: Record screenshots automatically launched from GH action | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS }} | ||
|
||
|
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFree.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFullWith.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testIndex.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testLeadingBullets.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testNoBullets.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testPaginated.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testTrailingBullets.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testError.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButton.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeTitle.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testNotVisible.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitle.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitleAndAction.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...aSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseStyle.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...ticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...s/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndInverseStyle.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...icaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderWithInverseStyle.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...isticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...ts/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderWithInverseStyle.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...s/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...Tests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderWithInverseStyle.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...SwiftUITests/UI/__Snapshots__/RadioButtonTests/testNonSelectedRadioButton.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...icaSwiftUITests/UI/__Snapshots__/RadioButtonTests/testSelectedRadioButton.1.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...icaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...aTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...isticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s/MisticaTests/UI/__Snapshots__/BadgeTests/testFlagBadge.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...Tests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...sticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...isticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...sts/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...icaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...aTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...isticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testXIBIntegration.1.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testChevronOnLargeView.1.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testDisableAndEnableBacksToNormal.assertInitialState.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.finalState.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeLeft.1.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...isticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeRight.1.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testMinimumWidth.1.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...hots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...hots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...onTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...sts/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...tonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ttonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...nTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...onTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ttonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...I/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...sts/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...I/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...uttonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...tonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...hots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ttonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...I/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...hots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...I/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...hots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ttonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...onTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...hots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...uttonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...I/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testSelectAndDeselectBacksToNormal.assertInitialState.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.finalState.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...aTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.assertInitialState.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.finalState.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...I/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...sts/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...I/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...I/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ttonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...Tests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...uttonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...sts/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...tonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ttonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...nTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...I/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...sts/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...Tests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...I/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...sts/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...hots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...uttonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...hots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...hots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...hots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...shots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...hots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ttonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...s__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivo-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...pshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivo-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...I/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...hots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
..._Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
.../UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ts__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-dark-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...apshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-style.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...napshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivo-dark-style.png
Oops, something went wrong.
Oops, something went wrong.